diff options
| author | Martin Rudalics | 2013-12-03 18:22:05 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2013-12-03 18:22:05 +0100 |
| commit | bab5c317ae3d099c84ec79ea4bfb0d880cccea37 (patch) | |
| tree | 851c05c108999967d5f6b666e9feef8634cba562 /src | |
| parent | 4525072b215933d69e409dfe8c2aaa73dc9f2bb9 (diff) | |
| download | emacs-bab5c317ae3d099c84ec79ea4bfb0d880cccea37.tar.gz emacs-bab5c317ae3d099c84ec79ea4bfb0d880cccea37.zip | |
Again fix last fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index 2222eee6097..3c8df12f8c5 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3069,6 +3069,7 @@ This function is an internal primitive--use `make-frame' instead. */) | |||
| 3069 | happen. */ | 3069 | happen. */ |
| 3070 | init_frame_faces (f); | 3070 | init_frame_faces (f); |
| 3071 | 3071 | ||
| 3072 | #ifdef USE_GTK | ||
| 3072 | /* PXW: This is a duplicate from below. We have to do it here since | 3073 | /* PXW: This is a duplicate from below. We have to do it here since |
| 3073 | otherwise x_set_tool_bar_lines will work with the character sizes | 3074 | otherwise x_set_tool_bar_lines will work with the character sizes |
| 3074 | installed by init_frame_faces while the frame's pixel size is still | 3075 | installed by init_frame_faces while the frame's pixel size is still |
| @@ -3082,6 +3083,7 @@ This function is an internal primitive--use `make-frame' instead. */) | |||
| 3082 | FRAME_TEXT_HEIGHT (f) = 0; | 3083 | FRAME_TEXT_HEIGHT (f) = 0; |
| 3083 | SET_FRAME_WIDTH (f, 0); | 3084 | SET_FRAME_WIDTH (f, 0); |
| 3084 | change_frame_size (f, width, height, 1, 0, 0, 1); | 3085 | change_frame_size (f, width, height, 1, 0, 0, 1); |
| 3086 | #endif /* USE_GTK */ | ||
| 3085 | 3087 | ||
| 3086 | /* Set the menu-bar-lines and tool-bar-lines parameters. We don't | 3088 | /* Set the menu-bar-lines and tool-bar-lines parameters. We don't |
| 3087 | look up the X resources controlling the menu-bar and tool-bar | 3089 | look up the X resources controlling the menu-bar and tool-bar |