X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FGUIRunTime.h;h=5bfc5c57cbded9e664f023b34999acb8c66b875a;hb=1070702ea46b36ec5016bad2fe97649cec5e6148;hp=48694441b7d7c4b6b1c7174c1bc86146ebd54ee3;hpb=4b31235b77a9af87087e181122ad666a7a57bf67;p=lyx.git diff --git a/src/frontends/GUIRunTime.h b/src/frontends/GUIRunTime.h index 48694441b7..5bfc5c57cb 100644 --- a/src/frontends/GUIRunTime.h +++ b/src/frontends/GUIRunTime.h @@ -53,5 +53,8 @@ public: /// The current visual depth static int x11VisualDepth(); + /// the server's DPI estimate + static + float getScreenDPI(); }; #endif