Ignore:
Timestamp:
2019-11-29T23:58:15Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
879d7245
Parents:
cf32dbd
Message:

Add list of all windows on a display, in stacking order

File:
1 edited

Legend:

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

    rcf32dbd rfd777a2  
    4949        struct ds_client *client;
    5050        /** Link to @c client->windows */
    51         link_t lwindows;
     51        link_t lcwindows;
     52        /** Containing display */
     53        struct ds_display *display;
     54        /** Link to @c display->windows */
     55        link_t ldwindows;
    5256        /** Display position */
    5357        gfx_coord2_t dpos;
Note: See TracChangeset for help on using the changeset viewer.