aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/guitest/flguiobj.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/flguiobj.h
parenta0cb0bd2e02740e50ec16dde2fb4e07f1702d1d0 (diff)
""
svn path=/trunk/; revision=303
Diffstat (limited to 'externals/grill/guitest/flguiobj.h')
-rw-r--r--externals/grill/guitest/flguiobj.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/guitest/flguiobj.h b/externals/grill/guitest/flguiobj.h
index 807b0f07..b4448bc2 100644
--- a/externals/grill/guitest/flguiobj.h
+++ b/externals/grill/guitest/flguiobj.h
@@ -12,7 +12,7 @@ public:
Canvas(t_canvas *c);
~Canvas();
-#ifdef PD
+#if FLEXT_SYS == FLEXT_SYS_PD
Canvas &Tk(char *fmt,...);
Canvas &TkC();
Canvas &TkE();
@@ -31,7 +31,7 @@ protected:
t_canvas *canvas;
int xpos,ypos;
-#ifdef PD
+#if FLEXT_SYS == FLEXT_SYS_PD
void Send(const char *t);
void SendBuf();
@@ -339,7 +339,7 @@ public:
GuiSingle *Remove(GuiSingle *obj);
protected:
-#ifdef PD
+#if FLEXT_SYS == FLEXT_SYS_PD
void AddTag(GuiObj *o);
void RemoveTag(GuiObj *o);
#endif