int Display::_grab_count = 0;
-int Display::xerrorHandler(::Display *d, XErrorEvent *e)
+static int xerrorHandler(::Display *d, XErrorEvent *e)
{
#ifdef DEBUG
char errtxt[128];
*/
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();