Changeset 87a7cdb in mainline for uspace/srv/hid/display/types/display/display.h
- Timestamp:
- 2019-12-05T19:35:12Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 71cbe5c
- Parents:
- 973efd36
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/types/display/display.h
r973efd36 r87a7cdb 38 38 39 39 #include <adt/list.h> 40 #include <gfx/context.h>41 40 #include <io/input.h> 42 41 #include "window.h" … … 46 45 /** Clients (of ds_client_t) */ 47 46 list_t clients; 48 /** Output GC */49 gfx_context_t *gc;50 47 51 48 /** Next ID to assign to a window. … … 65 62 /** Windows (of ds_window_t) in stacking order */ 66 63 list_t windows; 64 65 /** Display devices (of ds_ddev_t) */ 66 list_t ddevs; 67 67 } ds_display_t; 68 68
Note:
See TracChangeset
for help on using the changeset viewer.