summaryrefslogtreecommitdiff
path: root/src/c_fl_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_screen.h')
-rw-r--r--src/c_fl_screen.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/c_fl_screen.h b/src/c_fl_screen.h
new file mode 100644
index 0000000..287f170
--- /dev/null
+++ b/src/c_fl_screen.h
@@ -0,0 +1,18 @@
+
+
+#ifndef FL_SCREEN_GUARD
+#define FL_SCREEN_GUARD
+
+
+extern "C" int fl_screen_x();
+extern "C" int fl_screen_y();
+extern "C" int fl_screen_w();
+extern "C" int fl_screen_h();
+
+
+extern "C" int fl_screen_count();
+extern "C" void fl_screen_dpi(float &h, float &v, int n);
+
+
+#endif
+