]> 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 48694441b7d7c4b6b1c7174c1bc86146ebd54ee3..5bfc5c57cbded9e664f023b34999acb8c66b875a 100644 (file)
@@ -53,5 +53,8 @@ public:
        /// The current visual depth
        static
        int x11VisualDepth();
+       /// the server's DPI estimate
+       static
+       float getScreenDPI(); 
 };
 #endif