Changeset a2e104e in mainline for uspace/srv/hid/display/window.h


Ignore:
Timestamp:
2020-03-05T11:23:41Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1e4a937
Parents:
338d0935
git-author:
Jiri Svoboda <jiri@…> (2020-03-04 19:23:29)
git-committer:
Jiri Svoboda <jiri@…> (2020-03-05 11:23:41)
Message:

Move windows by dragging decoration

Or dragging anywhere with button 2. Need to add Ctrl/Alt/Shift state
to pos_event_t and change the latter to Alt-drag/Shift-drag.

File:
1 edited

Legend:

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

    r338d0935 ra2e104e  
    5858extern errno_t ds_window_post_focus_event(ds_window_t *);
    5959extern errno_t ds_window_post_unfocus_event(ds_window_t *);
     60extern void ds_window_move_req(ds_window_t *wnd, gfx_coord2_t *);
    6061
    6162#endif
Note: See TracChangeset for help on using the changeset viewer.