projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe11937
)
since the internal windows are in window_map now, it's possible we'll get them back...
author
Dana Jansens
<danakj@orodu.net>
Sat, 12 Jan 2008 04:16:06 +0000
(23:16 -0500)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 12 Jan 2008 04:16:06 +0000
(23:16 -0500)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index bc59d67e7ada52146be6f5166842af6a52817857..04ecf3837e7f26108b3f43afcb8311b1befd571f 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-475,10
+475,12
@@
static void event_process(const XEvent *ec, gpointer data)
client = WINDOW_AS_CLIENT(obwin);
break;
case Window_Menu:
- case Window_Internal:
/* not to be used for events */
g_assert_not_reached();
break;
+ case Window_Internal:
+ /* we don't do anything with events directly on these windows */
+ break;
}
}