From: Joakim Verona Date: Tue, 18 Sep 2012 23:09:51 +0000 (+0200) Subject: not compiling yet X-Git-Tag: emacs-25.0.90~3279 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c86337db3f2b22977d7b94b054458a2d446c504;p=emacs.git not compiling yet --- 6c86337db3f2b22977d7b94b054458a2d446c504 diff --cc src/emacsgtkfixed.c index 5f90a5b90aa,d10185072cc..d23f3e21f24 --- a/src/emacsgtkfixed.c +++ b/src/emacsgtkfixed.c @@@ -26,9 -26,34 +26,36 @@@ along with GNU Emacs. If not, see */ + EmacsFixedPrivate *priv; + }; + + struct _EmacsFixedClass + { + GtkFixedClass parent_class; + }; + struct _EmacsFixedPrivate { struct frame *f;