]> Dogcows Code - chaz/openbox/commitdiff
re-staticify this function
authorDana Jansens <danakj@orodu.net>
Thu, 17 May 2007 23:14:59 +0000 (23:14 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 17 May 2007 23:14:59 +0000 (23:14 +0000)
openbox/event.c

index 9720f24be06a947552acbfaf4812a431436c2a73..458e4a35ece987f62c870f08cdfd86696f19d957 100644 (file)
@@ -359,7 +359,7 @@ static Bool event_look_for_focusin(Display *d, XEvent *e, XPointer arg)
     return e->type == FocusIn && wanted_focusevent(e, FALSE);
 }
 
-Bool event_look_for_focusin_client(Display *d, XEvent *e, XPointer arg)
+static Bool event_look_for_focusin_client(Display *d, XEvent *e, XPointer arg)
 {
     return e->type == FocusIn && wanted_focusevent(e, TRUE);
 }
This page took 0.026496 seconds and 4 git commands to generate.