mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 04:30:10 +00:00
Fix build when X11 fbdev is enabled
This commit is contained in:
parent
95f1d46bae
commit
4724ce7aee
@ -1208,7 +1208,7 @@ driver_fbdev::driver_fbdev(X11_monitor_desc &m) : driver_dga(m)
|
|||||||
&wattr);
|
&wattr);
|
||||||
|
|
||||||
// Set window name/class
|
// Set window name/class
|
||||||
set_window_name(w, mouse_grabbed);
|
set_window_name(w, false);
|
||||||
|
|
||||||
// Indicate that we want keyboard input
|
// Indicate that we want keyboard input
|
||||||
set_window_focus(w);
|
set_window_focus(w);
|
||||||
|
Loading…
Reference in New Issue
Block a user