From: Joakim Verona Date: Wed, 11 Sep 2013 05:32:27 +0000 (+0200) Subject: fix conflicts X-Git-Tag: emacs-25.0.90~2698 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac845636437cfd96001525f7f090ec0dc336731e;p=emacs.git fix conflicts --- ac845636437cfd96001525f7f090ec0dc336731e diff --cc src/emacsgtkfixed.c index 1e57eeb57c4,44f5cde1b0b..8de2db4dca5 --- a/src/emacsgtkfixed.c +++ b/src/emacsgtkfixed.c @@@ -23,9 -23,6 +23,12 @@@ along with GNU Emacs. If not, see >>>>>> trunk #include "emacsgtkfixed.h" /* Silence a bogus diagnostic; see GNOME bug 683906. */ diff --cc src/emacsgtkfixed.h index 4cea0b23332,773ca26b143..c7468e39c7b --- a/src/emacsgtkfixed.h +++ b/src/emacsgtkfixed.h @@@ -25,35 -25,7 +25,38 @@@ along with GNU Emacs. If not, see */ + EmacsFixedPrivate *priv; +}; + + +struct _EmacsFixedClass +{ + GtkFixedClass parent_class; +}; + ++======= ++>>>>>>> trunk extern GtkWidget *emacs_fixed_new (struct frame *f); +extern GType emacs_fixed_get_type (void); G_END_DECLS diff --cc src/window.c index 410015e472e,6a52ed7e166..5c4527f4671 --- a/src/window.c +++ b/src/window.c @@@ -45,12 -45,6 +45,15 @@@ along with GNU Emacs. If not, see >>>>>> trunk Lisp_Object Qwindowp, Qwindow_live_p; static Lisp_Object Qwindow_valid_p; diff --cc src/xdisp.c index b9a16ffcc43,df3fa366803..0e3d398035a --- a/src/xdisp.c +++ b/src/xdisp.c @@@ -303,10 -303,6 +303,13 @@@ along with GNU Emacs. If not, see >>>>>> trunk #ifndef FRAME_X_OUTPUT #define FRAME_X_OUTPUT(f) ((f)->output_data.x) #endif