summaryrefslogtreecommitdiff
path: root/src/emacsgtkfixed.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-03-17 23:45:02 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-03-17 23:45:23 -0700
commit658aa2dae8093fede8c823090c67e02756dd6ed5 (patch)
tree3c64b4b11c69c71ccb36c3efade7dda16dd3b22e /src/emacsgtkfixed.h
parent1df7173eb23510ef5faabede04a487955aec2917 (diff)
downloademacs-658aa2dae8093fede8c823090c67e02756dd6ed5.tar.gz
Port to GTK with strict C99 compiler
* src/emacsgtkfixed.c: Use workaround for GNOME bug 683906 only in glib 2.35.6 and earlier, since the bug is fixed in 2.35.7. * src/emacsgtkfixed.c (EmacsFixedPrivate): * src/emacsgtkfixed.h (EmacsFixedClass): Remove duplicate typedef, which strict C99 does not allow (Bug#23003).
Diffstat (limited to 'src/emacsgtkfixed.h')
-rw-r--r--src/emacsgtkfixed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emacsgtkfixed.h b/src/emacsgtkfixed.h
index 3d6a76ab570..0d09525e02a 100644
--- a/src/emacsgtkfixed.h
+++ b/src/emacsgtkfixed.h
@@ -30,7 +30,6 @@ G_BEGIN_DECLS
struct frame;
typedef struct _EmacsFixedPrivate EmacsFixedPrivate;
-typedef struct _EmacsFixedClass EmacsFixedClass;
struct _EmacsFixed
{