Fix reconfiguring the X11 sub-window every draw.
This commit is contained in:
parent
30974323d1
commit
db6de9a624
@ -735,6 +735,8 @@ S9xOpenGLDisplayDriver::resize_window (int width, int height)
|
||||
XSync (display, False);
|
||||
|
||||
gdk_window_show (gdk_window);
|
||||
output_window_width = width;
|
||||
output_window_height = height;
|
||||
|
||||
return;
|
||||
}
|
||||
|
@ -47,6 +47,8 @@ S9xXVDisplayDriver::resize_window (int width, int height)
|
||||
XSync (display, False);
|
||||
|
||||
gdk_window_show (gdk_window);
|
||||
output_window_width = width;
|
||||
output_window_height = height;
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user