]> Dogcows Code - chaz/openbox/commitdiff
workaround for swig problem
authorDana Jansens <danakj@orodu.net>
Sat, 11 Jan 2003 19:39:10 +0000 (19:39 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 11 Jan 2003 19:39:10 +0000 (19:39 +0000)
otk/display.cc
otk/display.hh

index 05a937e0cf937097f6a87c887f17568dc0729c4c..97e77de1830c92f9370d03eb7b709d253d1b485a 100644 (file)
@@ -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];
index 7f08bc51fbf5b9a04da63ab6014a0f518ca8727f..4e9b0227bb2ef395d3747bb21f7308540cab9b97 100644 (file)
@@ -69,11 +69,11 @@ private:
   */
   static GCCache *_gccache;
 
-  //! Handles X errors on the display
-  /*!
+  // Handles X errors on the display
+  /*
     Displays the error if compiled for debugging.
   */
-  static int xerrorHandler(::Display *d, XErrorEvent *e);
+  //static int xerrorHandler(::Display *d, XErrorEvent *e);
 
   //! Prevents instantiation of the class
   Display();
This page took 0.028025 seconds and 4 git commands to generate.