Ignore:
Timestamp:
2019-10-26T23:30:51Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
587b4cb
Parents:
7b882c1f
Message:

Bitmaps in IPC GC and in display server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/types/display/window.h

    r7b882c1f r0008c0f  
    4242typedef sysarg_t ds_wnd_id_t;
    4343
     44/** Display server window */
    4445typedef struct ds_window {
    4546        /** Parent display */
     
    5354} ds_window_t;
    5455
     56/** Bitmap in display server window GC */
     57typedef struct {
     58        /** Containing window */
     59        ds_window_t *wnd;
     60        /** Display bitmap */
     61        gfx_bitmap_t *bitmap;
     62} ds_window_bitmap_t;
     63
    5564#endif
    5665
Note: See TracChangeset for help on using the changeset viewer.