emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/x_emacs 43a3a28: fixup! Rename non-X x_* identifie


From: Alexander Gramiak
Subject: [Emacs-diffs] scratch/x_emacs 43a3a28: fixup! Rename non-X x_* identifiers
Date: Wed, 24 Apr 2019 15:33:46 -0400 (EDT)

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

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

diff --git a/src/w32fns.c b/src/w32fns.c
index fef4a12..a422844 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -288,6 +288,8 @@ typedef BOOL (WINAPI *IsDebuggerPresent_Proc) (void);
 /* stdin, from w32console.c */
 extern HANDLE keyboard_handle;
 
+static struct w32_display_info *w32_display_info_for_name (Lisp_Object);
+
 /* Let the user specify a display with a frame.
    nil stands for the selected frame--or, if that is not a w32 frame,
    the first display on the list.  */
@@ -6522,7 +6524,7 @@ SOUND is nil to use the normal beep.  */)
 /* Return the display structure for the display named NAME.
    Open a new connection if necessary.  */
 
-struct w32_display_info *
+static struct w32_display_info *
 w32_display_info_for_name (Lisp_Object name)
 {
   struct w32_display_info *dpyinfo;
diff --git a/src/w32term.h b/src/w32term.h
index a4cf26e..c030d9f 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -236,9 +236,6 @@ extern void w32_implicitly_set_name (struct frame *, 
Lisp_Object, Lisp_Object);
 extern void w32_set_scroll_bar_default_width (struct frame *);
 extern void w32_set_scroll_bar_default_height (struct frame *);
 
-struct w32_display_info *x_display_info_for_name (Lisp_Object);
-
-/* also defined in xterm.h XXX: factor out to common header */
 
 extern struct w32_display_info *w32_term_init (Lisp_Object,
                                               char *, char *);



reply via email to

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