Changeset 22faaf2 in mainline for uspace/srv/hid/display/types/display/window.h
- Timestamp:
- 2019-10-29T02:34:14Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3c185b6
- Parents:
- 587b4cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/types/display/window.h
r587b4cb r22faaf2 39 39 #include <adt/list.h> 40 40 #include <gfx/context.h> 41 #include <gfx/coord.h> 41 42 42 43 typedef sysarg_t ds_wnd_id_t; … … 48 49 /** Link to @c display->windows */ 49 50 link_t lwindows; 51 /** Display position */ 52 gfx_coord2_t dpos; 50 53 /** Window ID */ 51 54 ds_wnd_id_t id;
Note:
See TracChangeset
for help on using the changeset viewer.