diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-21 08:19:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-21 08:19:40 +0000 |
| commit | a3012eafbdb8468a8e61e685a47587da0a48868e (patch) | |
| tree | f07c98b7de49bc5392e4a31a96b26954563028f8 /plugins | |
| parent | b23c65362d66d229073817d6d66d26b3ccef6a62 (diff) | |
rm debug prints
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/focus.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/focus.c b/plugins/focus.c index 96c38639..5a52d2e9 100644 --- a/plugins/focus.c +++ b/plugins/focus.c @@ -76,7 +76,6 @@ static void focus_fallback(gboolean switching_desks) static void events(ObEvent *e, void *foo) { - g_message("event %d", e->type); switch (e->type) { case Event_Client_Mapped: if (focus_new && client_normal(e->data.c.client)) @@ -111,10 +110,8 @@ static void events(ObEvent *e, void *foo) --skip_enter; } else*/ - if (e->data.x.client != NULL && client_normal(e->data.x.client)) { + if (e->data.x.client != NULL && client_normal(e->data.x.client)) client_focus(e->data.x.client); - g_message("enter %lx", e->data.x.client->window); - } break; default: |
