mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Add a proxy for the server side output object.
This commit is contained in:
parent
0395f30e65
commit
12ea62e211
4 changed files with 45 additions and 18 deletions
|
|
@ -79,8 +79,11 @@ extern const struct wl_interface wl_surface_interface;
|
|||
extern const struct wl_interface wl_input_device_interface;
|
||||
|
||||
|
||||
#define WL_OUTPUT_PRESENCE 0
|
||||
#define WL_OUTPUT_GEOMETRY 0
|
||||
|
||||
extern const struct wl_interface wl_output_interface;
|
||||
|
||||
|
||||
extern const struct wl_interface wl_visual_interface;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue