aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorKen Brown2013-12-11 11:52:34 -0500
committerKen Brown2013-12-11 11:52:34 -0500
commit1421be8445803bdb9c3fece8c658836b5f0f9c34 (patch)
tree3f5b422438eea63f3fc00c5ca15446d2c629ce85 /src/keyboard.h
parent7ae3ae396308f0a46974532c608e46c0e61767ad (diff)
downloademacs-1421be8445803bdb9c3fece8c658836b5f0f9c34.tar.gz
emacs-1421be8445803bdb9c3fece8c658836b5f0f9c34.zip
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/keyboard.h')
-rw-r--r--src/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index a1aa59fe988..33a2d535cd6 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -518,7 +518,7 @@ extern bool input_polling_used (void);
518extern void clear_input_pending (void); 518extern void clear_input_pending (void);
519extern bool requeued_events_pending_p (void); 519extern bool requeued_events_pending_p (void);
520extern void bind_polling_period (int); 520extern void bind_polling_period (int);
521#ifdef WINDOWSNT 521#if HAVE_NTGUI
522extern int make_ctrl_char (int) ATTRIBUTE_CONST; 522extern int make_ctrl_char (int) ATTRIBUTE_CONST;
523#endif 523#endif
524extern void stuff_buffered_input (Lisp_Object); 524extern void stuff_buffered_input (Lisp_Object);