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, 3 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index fef4a120020..a4228442035 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;