aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/api_gen/wx_extra/added_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/api_gen/wx_extra/added_func.h')
-rw-r--r--lib/wx/api_gen/wx_extra/added_func.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/wx/api_gen/wx_extra/added_func.h b/lib/wx/api_gen/wx_extra/added_func.h
index bffe391140..28fecbf454 100644
--- a/lib/wx/api_gen/wx_extra/added_func.h
+++ b/lib/wx/api_gen/wx_extra/added_func.h
@@ -44,3 +44,9 @@ class wxWindowGTK {
public:
double GetContentScaleFactor();
};
+
+class wxDisplay {
+ public:
+ // get the resolution of this monitor in pixels per inch
+ wxSize GetPPI() const;
+};