X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fdisplay.hh;h=4e9b0227bb2ef395d3747bb21f7308540cab9b97;hb=77ab46d1e35d48e73c201e6de88b26f48bb06425;hp=7f08bc51fbf5b9a04da63ab6014a0f518ca8727f;hpb=8f8acc24933830d4f5784616b9b0c5896bde0b93;p=chaz%2Fopenbox diff --git a/otk/display.hh b/otk/display.hh index 7f08bc51..4e9b0227 100644 --- a/otk/display.hh +++ b/otk/display.hh @@ -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();