]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsx11.cpp
do take the toolbar into account for Windows CE, otherwise the menus overlap with...
[wxWidgets.git] / src / unix / utilsx11.cpp
index 85256f048ed26999efa89d5178ce6c8e245a3262..d4b4d521a30fee7ace59e1238595bf2077acfc06 100644 (file)
@@ -77,6 +77,7 @@ public:
         XFlush(m_display);
         XSetErrorHandler(m_old);
     }
+
 private:
     Display *m_display;
     int (*m_old)(Display*, XErrorEvent *);