mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
server: wl_display and wl_input_device are no longer resources
This commit is contained in:
parent
b62d7f9885
commit
5dc90adc19
2 changed files with 0 additions and 2 deletions
|
|
@ -65,7 +65,6 @@ struct wl_client {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct wl_display {
|
struct wl_display {
|
||||||
struct wl_resource resource;
|
|
||||||
struct wl_event_loop *loop;
|
struct wl_event_loop *loop;
|
||||||
int run;
|
int run;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -172,7 +172,6 @@ struct wl_grab {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct wl_input_device {
|
struct wl_input_device {
|
||||||
struct wl_resource resource;
|
|
||||||
struct wl_list resource_list;
|
struct wl_list resource_list;
|
||||||
struct wl_compositor *compositor;
|
struct wl_compositor *compositor;
|
||||||
struct wl_resource *pointer_focus_resource;
|
struct wl_resource *pointer_focus_resource;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue