X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fdisplay.cc;h=97e77de1830c92f9370d03eb7b709d253d1b485a;hb=74061b4e2d33d7e2101c4edda26cfc2a1294f32b;hp=05a937e0cf937097f6a87c887f17568dc0729c4c;hpb=8f8acc24933830d4f5784616b9b0c5896bde0b93;p=chaz%2Fopenbox 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];