summaryrefslogtreecommitdiff
path: root/src/emacsgtkfixed.h
diff options
context:
space:
mode:
authorJoakim Verona <joakim@verona.se>2012-09-19 07:48:05 +0200
committerJoakim Verona <joakim@verona.se>2012-09-19 07:48:05 +0200
commit99def29614db90aa00e3334c062a81d2d5dc9495 (patch)
treeb6df2925d3ed5e5fba17a8b0aa57d4dd829ac248 /src/emacsgtkfixed.h
parent6c86337db3f2b22977d7b94b054458a2d446c504 (diff)
parent2fd5e67d925be2b5fc945be5aaba27904cc65022 (diff)
downloademacs-99def29614db90aa00e3334c062a81d2d5dc9495.tar.gz
not compiling yet
Diffstat (limited to 'src/emacsgtkfixed.h')
-rw-r--r--src/emacsgtkfixed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacsgtkfixed.h b/src/emacsgtkfixed.h
index 90fb37e521b..b18c541081f 100644
--- a/src/emacsgtkfixed.h
+++ b/src/emacsgtkfixed.h
@@ -34,7 +34,7 @@ struct frame;
#define EMACS_IS_FIXED_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EMACS_TYPE_FIXED))
#define EMACS_FIXED_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EMACS_TYPE_FIXED, EmacsFixedClass))
-typedef struct _EmacsFixed EmacsFixed;
+//typedef struct _EmacsFixed EmacsFixed;
typedef struct _EmacsFixedPrivate EmacsFixedPrivate;
typedef struct _EmacsFixedClass EmacsFixedClass;