summaryrefslogtreecommitdiff
path: root/iup/src/iup_globalattrib.c
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
committerPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
commiteed0eb6a476d54ce19aeff137984aa981d9e3976 (patch)
tree807891636efd2f87dcbd261e971216269973ae07 /iup/src/iup_globalattrib.c
parentccc8261e4d48de89da4ddfe7b55e378ae0cd6f47 (diff)
Upgrading to iup 3.1
Diffstat (limited to 'iup/src/iup_globalattrib.c')
-rwxr-xr-xiup/src/iup_globalattrib.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/iup/src/iup_globalattrib.c b/iup/src/iup_globalattrib.c
index 00586fb..d1a2584 100755
--- a/iup/src/iup_globalattrib.c
+++ b/iup/src/iup_globalattrib.c
@@ -129,12 +129,14 @@ int iupGlobalIsPointer(const char* name)
static struct {
const char *name;
} ptr_table[] = {
-#ifdef WIN32
+#ifndef GTK_MAC
+ #ifdef WIN32
{"HINSTANCE"},
-#else
+ #else
{"XDISPLAY"},
{"XSCREEN"},
{"APPSHELL"},
+ #endif
#endif
};
#define PTR_TABLE_SIZE ((sizeof ptr_table)/(sizeof ptr_table[0]))