wayland: more fix
This commit is contained in:
parent
efcc176c04
commit
69c95d5752
2 changed files with 80 additions and 33 deletions
|
|
@ -186,8 +186,6 @@ struct _MwLLWayland {
|
|||
|
||||
MwBool force_render;
|
||||
|
||||
MwBool disabled;
|
||||
|
||||
struct _MwLLWaylandShmBuffer framebuffer;
|
||||
struct _MwLLWaylandShmBuffer cursor;
|
||||
struct _MwLLWaylandShmBuffer* icon;
|
||||
|
|
@ -198,6 +196,10 @@ struct _MwLLWayland {
|
|||
IOI_XD: This sounds like a hilariously rare edge case, so it's almost funnier that this happened with 100% certainty for me and I spent day(s) trying to figure out what was happening. */
|
||||
pthread_mutex_t eventsMutex;
|
||||
|
||||
uint32_t last_time;
|
||||
|
||||
MwLL currentlyHeldWidget;
|
||||
|
||||
cairo_surface_t* cs;
|
||||
cairo_t* cairo;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue