mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-22 13:30:07 +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);
|
||||
|
||||
// Set window name/class
|
||||
set_window_name(w, mouse_grabbed);
|
||||
set_window_name(w, false);
|
||||
|
||||
// Indicate that we want keyboard input
|
||||
set_window_focus(w);
|
||||
|
Loading…
Reference in New Issue
Block a user