]> code.delx.au - gnu-emacs/commit
Port to GTK with strict C99 compiler
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2016 06:45:02 +0000 (23:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2016 06:45:23 +0000 (23:45 -0700)
commit658aa2dae8093fede8c823090c67e02756dd6ed5
tree3c64b4b11c69c71ccb36c3efade7dda16dd3b22e
parent1df7173eb23510ef5faabede04a487955aec2917
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).
src/emacsgtkfixed.c
src/emacsgtkfixed.h