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:
e47499a
)
re-staticify this function
author
Dana Jansens
<danakj@orodu.net>
Thu, 17 May 2007 23:14:59 +0000
(23:14 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 17 May 2007 23:14:59 +0000
(23:14 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 9720f24be06a947552acbfaf4812a431436c2a73..458e4a35ece987f62c870f08cdfd86696f19d957 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-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);
}