remove debug print
This commit is contained in:
parent
ea2f33e9ee
commit
030fabad14
1 changed files with 0 additions and 2 deletions
|
@ -429,8 +429,6 @@ static void event_process(const XEvent *ec, gpointer data)
|
||||||
ee = *ec;
|
ee = *ec;
|
||||||
e = ⅇ
|
e = ⅇ
|
||||||
|
|
||||||
g_message("Event %d", e->type);
|
|
||||||
|
|
||||||
window = event_get_window(e);
|
window = event_get_window(e);
|
||||||
if ((obwin = g_hash_table_lookup(window_map, &window))) {
|
if ((obwin = g_hash_table_lookup(window_map, &window))) {
|
||||||
switch (obwin->type) {
|
switch (obwin->type) {
|
||||||
|
|
Loading…
Reference in a new issue