diff options
| author | Bastien | 2017-07-03 09:06:29 +0200 |
|---|---|---|
| committer | Bastien | 2017-07-03 09:06:29 +0200 |
| commit | 5ca1888fe670aee7febd4d42665d7372ab2ffebc (patch) | |
| tree | 1f7f8d8a7580e556fc83cf3a6aaeec567b33a090 /src/gtkutil.c | |
| parent | 20e006ffee41062f1b551a92c24d9edc53cd0f56 (diff) | |
| parent | 1b4f0a92ff3505ef9a465b9b391756e3a73a6443 (diff) | |
| download | emacs-5ca1888fe670aee7febd4d42665d7372ab2ffebc.tar.gz emacs-5ca1888fe670aee7febd4d42665d7372ab2ffebc.zip | |
Merge branch 'master' into scratch/org-mode-merge
Diffstat (limited to 'src/gtkutil.c')
| -rw-r--r-- | src/gtkutil.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index 16eb284d7c7..2d4abefa969 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -1503,6 +1503,7 @@ xg_set_undecorated (struct frame *f, Lisp_Object undecorated) | |||
| 1503 | void | 1503 | void |
| 1504 | xg_frame_restack (struct frame *f1, struct frame *f2, bool above_flag) | 1504 | xg_frame_restack (struct frame *f1, struct frame *f2, bool above_flag) |
| 1505 | { | 1505 | { |
| 1506 | #if GTK_CHECK_VERSION (2, 18, 0) | ||
| 1506 | block_input (); | 1507 | block_input (); |
| 1507 | if (FRAME_GTK_OUTER_WIDGET (f1) && FRAME_GTK_OUTER_WIDGET (f2)) | 1508 | if (FRAME_GTK_OUTER_WIDGET (f1) && FRAME_GTK_OUTER_WIDGET (f2)) |
| 1508 | { | 1509 | { |
| @@ -1517,6 +1518,7 @@ xg_frame_restack (struct frame *f1, struct frame *f2, bool above_flag) | |||
| 1517 | x_sync (f1); | 1518 | x_sync (f1); |
| 1518 | } | 1519 | } |
| 1519 | unblock_input (); | 1520 | unblock_input (); |
| 1521 | #endif | ||
| 1520 | } | 1522 | } |
| 1521 | 1523 | ||
| 1522 | 1524 | ||