aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/guitest/flgui.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-17 04:36:31 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-17 04:36:31 +0000
commita5b45e8e2e99686ea73fa2793d7fec84f0d1a3ed (patch)
tree4b31406382bacd13aa784ea22d584ac634f8d8ad /externals/grill/guitest/flgui.h
parenta0cb0bd2e02740e50ec16dde2fb4e07f1702d1d0 (diff)
""
svn path=/trunk/; revision=303
Diffstat (limited to 'externals/grill/guitest/flgui.h')
-rw-r--r--externals/grill/guitest/flgui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/guitest/flgui.h b/externals/grill/guitest/flgui.h
index d9b302db..211a4935 100644
--- a/externals/grill/guitest/flgui.h
+++ b/externals/grill/guitest/flgui.h
@@ -4,7 +4,7 @@
#define FLEXT_VIRT
#include <flext.h>
-#ifdef PD
+#if FLEXT_SYS == FLEXT_SYS_PD
#pragma warning( disable : 4091 )
#include <g_canvas.h>
#endif
@@ -72,7 +72,7 @@ protected:
virtual bool g_Focus(GuiObj &obj,bool on,int mod) { return false; }
*/
-#ifdef PD
+#if FLEXT_SYS == FLEXT_SYS_PD
bool Selected() const { return selected; }
void FixLines() { canvas_fixlinesfor( thisCanvas(), thisHdr() ); }
@@ -143,7 +143,7 @@ private:
virtual void m_Method(const CBParams &p);
-#ifdef PD
+#if FLEXT_SYS == FLEXT_SYS_PD
bool selected;
int xsize,ysize;