summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wilson <msw@src.gnome.org>2001-09-27 19:43:58 +0000
committerMatt Wilson <msw@src.gnome.org>2001-09-27 19:43:58 +0000
commit79db6861d2ffc5f391ee5be891ebecb4a58953fc (patch)
treea093b32222d5d63b71cc55fede19bd08960cdf1b
parente14682b2b268d1de7952cea7c4265137dac8a166 (diff)
downloadpygtk-79db6861d2ffc5f391ee5be891ebecb4a58953fc.tar.gz
oops, restore this #if 0 I accidently deleted
-rw-r--r--gtk/gtk-types.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk-types.c b/gtk/gtk-types.c
index 4c9960d2..ac28b5f5 100644
--- a/gtk/gtk-types.c
+++ b/gtk/gtk-types.c
@@ -82,6 +82,7 @@ PyGdkAtom_New(GdkAtom atom)
return (PyObject *)self;
}
+#if 0
typedef struct {
PyObject_HEAD
GtkStyle *style; /* parent style */