[Fix] Fixed event message type in LGLXWindow::ProcessEvents(void).
This commit is contained in:
parent
ac32876443
commit
f43feb9524
@ -221,7 +221,7 @@ void LGLXWindow::ProcessEvents(void) {
|
||||
}
|
||||
break;
|
||||
case ClientMessage:
|
||||
if(string(XGetAtomName(_display, event.xclient.message_type)) == string("WM_PROTOCOLA")) {
|
||||
if(string(XGetAtomName(_display, event.xclient.message_type)) == string("WM_PROTOCOLS")) {
|
||||
_isRunning = true;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user