fix resizing
This commit is contained in:
parent
c796ed617d
commit
cb09986053
2 changed files with 37 additions and 29 deletions
|
|
@ -87,7 +87,10 @@ struct _MwLLWayland {
|
|||
|
||||
MwBool egl_setup;
|
||||
MwBool has_set_xy;
|
||||
MwU32 x, y, ww, wh;
|
||||
int resize_counter;
|
||||
MwU32 x, y;
|
||||
MwU32 ww, wh;
|
||||
MwU32 lw, lh;
|
||||
MwPoint cur_mouse_pos;
|
||||
|
||||
struct timeval timer;
|
||||
|
|
@ -95,7 +98,9 @@ struct _MwLLWayland {
|
|||
MwU64 cooldown_timer;
|
||||
MwU64 cooldown_timer_epoch;
|
||||
|
||||
MwLL parent;
|
||||
MwLL parent;
|
||||
MwLL topmost_parent;
|
||||
MwBool draw_recursively;
|
||||
|
||||
GLuint fbo;
|
||||
unsigned int fbo_texture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue