summaryrefslogtreecommitdiff
path: root/new/unix
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-15 18:51:04 -0400
committerPietro Gagliardi <[email protected]>2015-04-15 18:51:04 -0400
commit823397cf5526a61d6b3a19bb16ab0b2c3da7f95e (patch)
tree79797c0fb0c17d64d6e399d3da848f92f72ce3fe /new/unix
parent518a5ddbf15d50a254c732a80d5907ef8878abe0 (diff)
Moved the uipriv_*.h files to the respective folders. The ui_*.h files stay up here; they'll be moved to IDLs later.
Diffstat (limited to 'new/unix')
-rw-r--r--new/unix/uipriv_unix.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/new/unix/uipriv_unix.h b/new/unix/uipriv_unix.h
new file mode 100644
index 0000000..2178ab0
--- /dev/null
+++ b/new/unix/uipriv_unix.h
@@ -0,0 +1,11 @@
+// 6 april 2015
+#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_32
+#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32
+#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_4
+#define GDK_VERSION_MAX_ALLOWED GDK_VERSION_3_4
+#include <gtk/gtk.h>
+#include "../uipriv.h"
+#include "../ui_unix.h"
+
+#define gtkXMargin 12
+#define gtkYMargin 12