summaryrefslogtreecommitdiff
path: root/src/nsterm.m
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/nsterm.m
parent3650a24446d829a21b6ec872360aa2db8e2e3ebe (diff)
downloademacs-4a662e848aaa1a4328307bde970a77ee9583eabe.tar.gz
Revert Qx_* -> Qgui_* symbol change
Diffstat (limited to 'src/nsterm.m')
-rw-r--r--src/nsterm.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index c5c40962199..325a6e58161 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -1884,7 +1884,7 @@ ns_set_window_size (struct frame *f,
wr.origin.y += orig_height - wr.size.height;
frame_size_history_add
- (f, Qgui_set_window_size_1, width, height,
+ (f, Qx_set_window_size_1, width, height,
list5 (Fcons (make_fixnum (pixelwidth), make_fixnum (pixelheight)),
Fcons (make_fixnum (wr.size.width), make_fixnum (wr.size.height)),
make_fixnum (f->border_width),