summaryrefslogtreecommitdiff
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorAlexander Gramiak <agrambot@gmail.com>2019-04-14 09:43:02 -0600
committerAlexander Gramiak <agrambot@gmail.com>2019-04-14 09:43:02 -0600
commit4a662e848aaa1a4328307bde970a77ee9583eabe (patch)
treecfb0f066b62a50b4d35bb074e0d2df6130766540 /src/w32fns.c
parent3650a24446d829a21b6ec872360aa2db8e2e3ebe (diff)
downloademacs-4a662e848aaa1a4328307bde970a77ee9583eabe.tar.gz
Revert Qx_* -> Qgui_* symbol change
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index df37326c109..ea0f4238b32 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -5941,7 +5941,7 @@ DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
store_frame_param (f, Qmin_height, tem);
adjust_frame_size (f, FRAME_COLS (f) * FRAME_COLUMN_WIDTH (f),
FRAME_LINES (f) * FRAME_LINE_HEIGHT (f), 5, true,
- Qgui_create_frame_1);
+ Qx_create_frame_1);
/* The X resources controlling the menu-bar and tool-bar are
processed specially at startup, and reflected in the mode
@@ -6035,7 +6035,7 @@ DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
unblock_input ();
adjust_frame_size (f, FRAME_TEXT_WIDTH (f), FRAME_TEXT_HEIGHT (f), 0, true,
- Qgui_create_frame_2);
+ Qx_create_frame_2);
/* Process fullscreen parameter here in the hope that normalizing a
fullheight/fullwidth frame will produce the size set by the last