]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/GUIRunTime.h
removed most uses of toupper and friends, removed <config.h> from headers and added...
[lyx.git] / src / frontends / GUIRunTime.h
index 156e74c125145a261a736f3b5dbedb1d2fabaa97..5bfc5c57cbded9e664f023b34999acb8c66b875a 100644 (file)
@@ -26,7 +26,7 @@ class GUIRunTime {
 public:
        /// initialise the toolkit 
        static
-       int initApplication(int argc, char * argv[]);
+       int initApplication(int argc, char * argv[]);
        /// process pending events
        static
        void processEvents();
@@ -53,5 +53,8 @@ public:
        /// The current visual depth
        static
        int x11VisualDepth();
+       /// the server's DPI estimate
+       static
+       float getScreenDPI(); 
 };
 #endif