summaryrefslogtreecommitdiff
path: root/src/w32fns.c
diff options
context:
space:
mode:
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 ea0f4238b32..e71a3a99925 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -6062,7 +6062,7 @@ DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
visibility = Qt;
if (!NILP (visibility))
- x_make_frame_visible (f);
+ w32_make_frame_visible (f);
}
store_frame_param (f, Qvisibility, visibility);
@@ -7177,7 +7177,7 @@ w32_hide_tip (bool delete)
tip_frame = Qnil;
}
else
- x_make_frame_invisible (XFRAME (tip_frame));
+ w32_make_frame_invisible (XFRAME (tip_frame));
was_open = Qt;
}