summaryrefslogtreecommitdiff
path: root/plugins/gtkui/retina.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/retina.h')
-rw-r--r--plugins/gtkui/retina.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/gtkui/retina.h b/plugins/gtkui/retina.h
new file mode 100644
index 00000000..9d0f8ddb
--- /dev/null
+++ b/plugins/gtkui/retina.h
@@ -0,0 +1,7 @@
+#ifndef __RETINA_H
+#define __RETINA_H
+
+int
+is_retina (GtkWidget *w);
+
+#endif