emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/x_emacs dce6d4f 2/3: fixup! Rename non-X x_* ident


From: Alexander Gramiak
Subject: [Emacs-diffs] scratch/x_emacs dce6d4f 2/3: fixup! Rename non-X x_* identifiers 2
Date: Wed, 17 Apr 2019 10:07:36 -0400 (EDT)

branch: scratch/x_emacs
commit dce6d4f982e50e868d6c1b02a73c1f509a00caa5
Author: Alexander Gramiak <address@hidden>
Commit: Alexander Gramiak <address@hidden>

    fixup! Rename non-X x_* identifiers 2
---
 src/nsfns.m  | 2 +-
 src/w32fns.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/nsfns.m b/src/nsfns.m
index 0477e94..2470c05 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -1386,7 +1386,7 @@ DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
        ns_iconify_frame (f);
       else if (! NILP (visibility))
        {
-         x_make_frame_visible (f);
+         ns_make_frame_visible (f);
          [[FRAME_NS_VIEW (f) window] makeKeyWindow];
        }
       else
diff --git a/src/w32fns.c b/src/w32fns.c
index ea0f423..e71a3a9 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;
            }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]