mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
* xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
This commit is contained in:
parent
4887c6e26e
commit
764430a3e3
@ -1,5 +1,7 @@
|
||||
2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
|
||||
|
||||
* xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
|
||||
USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
|
||||
|
||||
|
@ -105,7 +105,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#if !defined(NO_EDITRES)
|
||||
#define HACK_EDITRES
|
||||
extern void _XEditResCheckMessages ();
|
||||
extern void _XEditResCheckMessages (Widget, XtPointer, XEvent *, Boolean *);
|
||||
#endif /* not defined NO_EDITRES */
|
||||
|
||||
/* Unique id counter for widgets created by the Lucid Widget Library. */
|
||||
|
@ -102,7 +102,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||
#ifdef USE_X_TOOLKIT
|
||||
#if !defined(NO_EDITRES)
|
||||
#define HACK_EDITRES
|
||||
extern void _XEditResCheckMessages ();
|
||||
extern void _XEditResCheckMessages (Widget, XtPointer, XEvent *, Boolean *);
|
||||
#endif /* not NO_EDITRES */
|
||||
|
||||
/* Include toolkit specific headers for the scroll bar widget. */
|
||||
|
Loading…
Reference in New Issue
Block a user