src/w32fns.c (Qtooltip): Declare.

Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
This commit is contained in:
Juanma Barranquero 2010-07-04 02:59:56 +02:00
parent 5d1cd8bd9f
commit 0682186e3a
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-07-04 Juanma Barranquero <lekktu@gmail.com>
* w32fns.c (Qtooltip): Declare.
Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
* xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid

View file

@ -288,10 +288,14 @@ unsigned int msh_mousewheel = 0;
#define MENU_FREE_DELAY 1000
static unsigned menu_free_timer = 0;
/* The below are defined in frame.c. */
/* In dispnew.c */
extern Lisp_Object Vwindow_system_version;
/* The below are defined in frame.c. */
extern Lisp_Object Qtooltip;
#ifdef GLYPH_DEBUG
int image_cache_refcount, dpyinfo_refcount;
#endif