mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
fix build with GLib2 option on
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
3a96abb05b
commit
29962f6acf
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ static gboolean x11EventSourceDispatch(GSource *s, GSourceFunc callback, gpointe
|
|||
if (source->flags & QEventLoop::ExcludeUserInputEvents) {
|
||||
// queue user input events
|
||||
switch (event.type) {
|
||||
case ButtonPress:
|
||||
case ButtonRelease:
|
||||
case XButtonPress:
|
||||
case XButtonRelease:
|
||||
case MotionNotify:
|
||||
case XKeyPress:
|
||||
case XKeyRelease:
|
||||
|
|
Loading…
Add table
Reference in a new issue