Fix jump over uninitialized value in OS Unix/X11
(cherry picked from commit 0bcf0314f7)
This commit is contained in:
committed by
Rémi Verschelde
parent
a028160522
commit
7434760380
@ -3238,6 +3238,8 @@ OS_X11::OS_X11() {
|
||||
AudioDriverManager::add_driver(&driver_alsa);
|
||||
#endif
|
||||
|
||||
xi.opcode = 0;
|
||||
xi.last_relative_time = 0;
|
||||
layered_window = false;
|
||||
minimized = false;
|
||||
xim_style = 0L;
|
||||
|
||||
Reference in New Issue
Block a user