mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-16 13:31:27 +00:00
src/w32fns.c (Qtooltip): Declare.
Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
This commit is contained in:
parent
5d1cd8bd9f
commit
0682186e3a
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue