X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FGUIRunTime.h;h=5bfc5c57cbded9e664f023b34999acb8c66b875a;hb=1070702ea46b36ec5016bad2fe97649cec5e6148;hp=156e74c125145a261a736f3b5dbedb1d2fabaa97;hpb=13ae124f460830626c6ea39dd7b21e099959d110;p=lyx.git diff --git a/src/frontends/GUIRunTime.h b/src/frontends/GUIRunTime.h index 156e74c125..5bfc5c57cb 100644 --- a/src/frontends/GUIRunTime.h +++ b/src/frontends/GUIRunTime.h @@ -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