Lines Matching defs:_GLFWlibraryWayland
109 typedef struct _GLFWlibraryWayland struct
111 struct wl_display* display;
112 struct wl_registry* registry;
113 struct wl_compositor* compositor;
114 struct wl_shell* shell;
115 struct wl_shm* shm;
116 struct wl_seat* seat;
117 struct wl_pointer* pointer;
118 struct wl_keyboard* keyboard;
119 struct zwp_relative_pointer_manager_v1* relativePointerManager;
120 struct zwp_pointer_constraints_v1* pointerConstraints;
122 int wl_compositor_version;
124 struct wl_cursor_theme* cursorTheme;
148 } _GLFWlibraryWayland; argument