Changeset b4b4dafe in mainline for uspace/srv/hid/display/types/display/window.h
- Timestamp:
- 2021-06-03T14:02:59Z (3 years ago)
- Children:
- 2e6394e
- Parents:
- 6baab83
- git-author:
- Jiri Svoboda <jiri@…> (2021-06-02 17:00:03)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-06-03 14:02:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/types/display/window.h
r6baab83 rb4b4dafe 1 1 /* 2 * Copyright (c) 20 19Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 39 39 #include <adt/list.h> 40 40 #include <display/event.h> 41 #include <display/wndparams.h> 41 42 #include <display/wndresize.h> 42 43 #include <gfx/context.h> … … 92 93 /** Cursor set by client */ 93 94 struct ds_cursor *cursor; 94 95 /** Window flags */ 96 display_wnd_flags_t flags; 95 97 /** State */ 96 98 ds_window_state_t state;
Note:
See TracChangeset
for help on using the changeset viewer.