Add a proxy for the server side output object.

This commit is contained in:
Kristian Høgsberg 2008-12-22 16:37:07 -05:00
parent 0395f30e65
commit 12ea62e211
4 changed files with 45 additions and 18 deletions

View file

@ -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