Ignore:
Timestamp:
2019-10-29T02:34:14Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3c185b6
Parents:
587b4cb
Message:

A little bit of tiling support

File:
1 edited

Legend:

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

    r587b4cb r22faaf2  
    3939#include <adt/list.h>
    4040#include <gfx/context.h>
     41#include <gfx/coord.h>
    4142
    4243typedef sysarg_t ds_wnd_id_t;
     
    4849        /** Link to @c display->windows */
    4950        link_t lwindows;
     51        /** Display position */
     52        gfx_coord2_t dpos;
    5053        /** Window ID */
    5154        ds_wnd_id_t id;
Note: See TracChangeset for help on using the changeset viewer.