diff options
| author | Joakim Verona | 2013-09-11 07:32:27 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-09-11 07:32:27 +0200 |
| commit | ac845636437cfd96001525f7f090ec0dc336731e (patch) | |
| tree | 2acf242c26504e03f1e5ba53d82358e775c36fdd | |
| parent | 63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c (diff) | |
| parent | 93ef404dc95f947e1c48000a46968fd252781b9d (diff) | |
| download | emacs-ac845636437cfd96001525f7f090ec0dc336731e.tar.gz emacs-ac845636437cfd96001525f7f090ec0dc336731e.zip | |
fix conflicts
| -rw-r--r-- | src/emacsgtkfixed.c | 3 | ||||
| -rw-r--r-- | src/emacsgtkfixed.h | 3 | ||||
| -rw-r--r-- | src/window.c | 3 | ||||
| -rw-r--r-- | src/xdisp.c | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/src/emacsgtkfixed.c b/src/emacsgtkfixed.c index 1e57eeb57c4..8de2db4dca5 100644 --- a/src/emacsgtkfixed.c +++ b/src/emacsgtkfixed.c | |||
| @@ -23,9 +23,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "frame.h" | 24 | #include "frame.h" |
| 25 | #include "xterm.h" | 25 | #include "xterm.h" |
| 26 | <<<<<<< HEAD | ||
| 26 | #ifdef HAVE_XWIDGETS | 27 | #ifdef HAVE_XWIDGETS |
| 27 | #include "xwidget.h" | 28 | #include "xwidget.h" |
| 28 | #endif | 29 | #endif |
| 30 | ======= | ||
| 31 | >>>>>>> trunk | ||
| 29 | #include "emacsgtkfixed.h" | 32 | #include "emacsgtkfixed.h" |
| 30 | 33 | ||
| 31 | /* Silence a bogus diagnostic; see GNOME bug 683906. */ | 34 | /* Silence a bogus diagnostic; see GNOME bug 683906. */ |
diff --git a/src/emacsgtkfixed.h b/src/emacsgtkfixed.h index 4cea0b23332..c7468e39c7b 100644 --- a/src/emacsgtkfixed.h +++ b/src/emacsgtkfixed.h | |||
| @@ -25,6 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | 25 | ||
| 26 | G_BEGIN_DECLS | 26 | G_BEGIN_DECLS |
| 27 | 27 | ||
| 28 | <<<<<<< HEAD | ||
| 28 | struct frame; | 29 | struct frame; |
| 29 | 30 | ||
| 30 | #define EMACS_TYPE_FIXED (emacs_fixed_get_type ()) | 31 | #define EMACS_TYPE_FIXED (emacs_fixed_get_type ()) |
| @@ -52,6 +53,8 @@ struct _EmacsFixedClass | |||
| 52 | GtkFixedClass parent_class; | 53 | GtkFixedClass parent_class; |
| 53 | }; | 54 | }; |
| 54 | 55 | ||
| 56 | ======= | ||
| 57 | >>>>>>> trunk | ||
| 55 | extern GtkWidget *emacs_fixed_new (struct frame *f); | 58 | extern GtkWidget *emacs_fixed_new (struct frame *f); |
| 56 | extern GType emacs_fixed_get_type (void); | 59 | extern GType emacs_fixed_get_type (void); |
| 57 | 60 | ||
diff --git a/src/window.c b/src/window.c index 410015e472e..5c4527f4671 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -45,12 +45,15 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 45 | #ifdef MSDOS | 45 | #ifdef MSDOS |
| 46 | #include "msdos.h" | 46 | #include "msdos.h" |
| 47 | #endif | 47 | #endif |
| 48 | <<<<<<< HEAD | ||
| 48 | #ifdef HAVE_NS | 49 | #ifdef HAVE_NS |
| 49 | #include "nsterm.h" | 50 | #include "nsterm.h" |
| 50 | #endif | 51 | #endif |
| 51 | #ifdef HAVE_XWIDGETS | 52 | #ifdef HAVE_XWIDGETS |
| 52 | #include "xwidget.h" | 53 | #include "xwidget.h" |
| 53 | #endif | 54 | #endif |
| 55 | ======= | ||
| 56 | >>>>>>> trunk | ||
| 54 | 57 | ||
| 55 | Lisp_Object Qwindowp, Qwindow_live_p; | 58 | Lisp_Object Qwindowp, Qwindow_live_p; |
| 56 | static Lisp_Object Qwindow_valid_p; | 59 | static Lisp_Object Qwindow_valid_p; |
diff --git a/src/xdisp.c b/src/xdisp.c index b9a16ffcc43..0e3d398035a 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -303,10 +303,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 303 | #include TERM_HEADER | 303 | #include TERM_HEADER |
| 304 | #endif /* HAVE_WINDOW_SYSTEM */ | 304 | #endif /* HAVE_WINDOW_SYSTEM */ |
| 305 | 305 | ||
| 306 | <<<<<<< HEAD | ||
| 306 | #include "font.h" | 307 | #include "font.h" |
| 307 | #ifdef HAVE_XWIDGETS | 308 | #ifdef HAVE_XWIDGETS |
| 308 | #include "xwidget.h" | 309 | #include "xwidget.h" |
| 309 | #endif | 310 | #endif |
| 311 | ======= | ||
| 312 | >>>>>>> trunk | ||
| 310 | #ifndef FRAME_X_OUTPUT | 313 | #ifndef FRAME_X_OUTPUT |
| 311 | #define FRAME_X_OUTPUT(f) ((f)->output_data.x) | 314 | #define FRAME_X_OUTPUT(f) ((f)->output_data.x) |
| 312 | #endif | 315 | #endif |