swap buffers in draw handler instead
This commit is contained in:
parent
495ea93c74
commit
39533b3fec
6 changed files with 45 additions and 32 deletions
|
|
@ -35,6 +35,7 @@ struct _MwLLCommon {
|
|||
int copy_buffer;
|
||||
int type;
|
||||
int success;
|
||||
int do_redraw;
|
||||
|
||||
MwLLHandler handler;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ struct _MwLLWayland {
|
|||
MwBool configured;
|
||||
MwBool force_redraw;
|
||||
MwBool egl_setup;
|
||||
MwBool drawn_once;
|
||||
MwBool egl_do_resetup;
|
||||
MwU32 x, y, ww, wh;
|
||||
int z_index;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue