wayland: forgot to commit .h
This commit is contained in:
parent
324257c43f
commit
a03065ae52
1 changed files with 2 additions and 3 deletions
|
|
@ -139,6 +139,8 @@ struct _MwLLWayland {
|
|||
wayland_protocol_t* value;
|
||||
}* wl_protocol_map;
|
||||
|
||||
MwBool always_render;
|
||||
|
||||
struct wl_display* display;
|
||||
struct wl_registry* registry;
|
||||
struct wl_compositor* compositor;
|
||||
|
|
@ -184,9 +186,6 @@ struct _MwLLWayland {
|
|||
|
||||
MwBool force_render;
|
||||
|
||||
pthread_mutex_t dispatch_mutex;
|
||||
pthread_mutex_t pending_mutex;
|
||||
|
||||
MwBool break_dispatch;
|
||||
MwBool break_pending;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue