From 281c1edb4206b7e7874990b1bd5f66e1e7e43ede Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 17 May 2007 02:21:22 +0000 Subject: kill enter events without using pointer grabs --- openbox/event.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'openbox/event.h') diff --git a/openbox/event.h b/openbox/event.h index 08ee0c1c..4fdf292e 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -51,7 +51,4 @@ void event_halt_focus_delay(); comes at the same time or later than t2. */ gboolean event_time_after(Time t1, Time t2); -/*! Used with XCheckIfEvent to find a focusin event on a client window */ -Bool event_look_for_focusin_client(Display *d, XEvent *e, XPointer arg); - #endif -- cgit v1.2.3