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


Ignore:
Timestamp:
2020-01-09T16:44:57Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
946a666
Parents:
8e9781f
git-author:
Jiri Svoboda <jiri@…> (2020-01-09 18:44:03)
git-committer:
Jiri Svoboda <jiri@…> (2020-01-09 16:44:57)
Message:

Moving windows by mouse drag

File:
1 edited

Legend:

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

    r8e9781f ra40ae0d  
    3838
    3939#include <errno.h>
     40#include <io/pos_event.h>
    4041#include <types/gfx/context.h>
    4142#include <types/gfx/ops/context.h>
     
    5051extern void ds_window_destroy(ds_window_t *);
    5152extern gfx_context_t *ds_window_get_ctx(ds_window_t *);
     53extern errno_t ds_window_post_pos_event(ds_window_t *, pos_event_t *);
    5254
    5355#endif
Note: See TracChangeset for help on using the changeset viewer.