diff options
Diffstat (limited to 'otk/display.cc')
| -rw-r--r-- | otk/display.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/display.cc b/otk/display.cc index 05a937e0..97e77de1 100644 --- a/otk/display.cc +++ b/otk/display.cc @@ -63,7 +63,7 @@ GCCache *Display::_gccache = (GCCache*) 0; int Display::_grab_count = 0; -int Display::xerrorHandler(::Display *d, XErrorEvent *e) +static int xerrorHandler(::Display *d, XErrorEvent *e) { #ifdef DEBUG char errtxt[128]; |
