From f1b9e2168d8c1b03b0fcf0b6dd70aa46c513059d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 11 Jan 2003 19:39:10 +0000 Subject: workaround for swig problem --- otk/display.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/display.cc') 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]; -- cgit v1.2.3