Changeset a2e104e in mainline for uspace/lib/display/include/display.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/lib/display/include/display.h

    r338d0935 ra2e104e  
    4949extern errno_t display_window_destroy(display_window_t *);
    5050extern errno_t display_window_get_gc(display_window_t *, gfx_context_t **);
     51extern errno_t display_window_move_req(display_window_t *, gfx_coord2_t *);
    5152extern errno_t display_window_resize(display_window_t *,
    5253    gfx_coord2_t *, gfx_rect_t *);
Note: See TracChangeset for help on using the changeset viewer.