summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2013-12-11 11:52:34 -0500
committerKen Brown <kbrown@cornell.edu>2013-12-11 11:52:34 -0500
commit1421be8445803bdb9c3fece8c658836b5f0f9c34 (patch)
tree3f5b422438eea63f3fc00c5ca15446d2c629ce85 /src/dispextern.h
parent7ae3ae396308f0a46974532c608e46c0e61767ad (diff)
downloademacs-1421be8445803bdb9c3fece8c658836b5f0f9c34.tar.gz
Fix conditions for prototype declarations.
* src/dispextern.h (erase_phys_cursor): * src/keyboard.h (make_ctrl_char): Declare prototypes if HAVE_NTGUI.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 7de4edf2196..5976d068a78 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -3251,7 +3251,7 @@ extern void draw_phys_cursor_glyph (struct window *,
enum draw_glyphs_face);
extern void get_phys_cursor_geometry (struct window *, struct glyph_row *,
struct glyph *, int *, int *, int *);
-#ifdef WINDOWSNT
+#if HAVE_NTGUI
extern void erase_phys_cursor (struct window *);
#endif
extern void display_and_set_cursor (struct window *, bool, int, int, int, int);