Changeset 24cf391a in mainline for uspace/srv/hid/display/display.h


Ignore:
Timestamp:
2019-12-03T10:59:47Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
973efd36
Parents:
79949f3
git-author:
Jiri Svoboda <jiri@…> (2019-11-02 18:59:43)
git-committer:
Jiri Svoboda <jiri@…> (2019-12-03 10:59:47)
Message:

Switch window focus on mouse click

File:
1 edited

Legend:

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

    r79949f3 r24cf391a  
    4040#include <gfx/context.h>
    4141#include <io/kbd_event.h>
     42#include <io/pos_event.h>
    4243#include "types/display/client.h"
    4344#include "types/display/display.h"
     
    5152extern ds_client_t *ds_display_next_client(ds_client_t *);
    5253extern ds_window_t *ds_display_find_window(ds_display_t *, ds_wnd_id_t);
     54extern ds_window_t *ds_display_window_by_pos(ds_display_t *, gfx_coord2_t *);
    5355extern void ds_display_add_window(ds_display_t *, ds_window_t *);
    5456extern void ds_display_remove_window(ds_window_t *);
     
    5658extern ds_window_t *ds_display_next_window(ds_window_t *);
    5759extern errno_t ds_display_post_kbd_event(ds_display_t *, kbd_event_t *);
     60extern errno_t ds_display_post_pos_event(ds_display_t *, pos_event_t *);
    5861extern void ds_display_add_seat(ds_display_t *, ds_seat_t *);
    5962extern void ds_display_remove_seat(ds_seat_t *);
Note: See TracChangeset for help on using the changeset viewer.