mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(AppendMenuW_Proc): Move declaration to w32term.h.
This commit is contained in:
parent
ee8062ffac
commit
f0f90717f8
@ -1,3 +1,10 @@
|
||||
2004-09-07 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
|
||||
|
||||
* w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: Handle
|
||||
Unicode menu titles.
|
||||
|
||||
2004-09-07 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
|
||||
|
@ -143,11 +143,6 @@ typedef BOOL (WINAPI * SetMenuItemInfoA_Proc) (
|
||||
IN UINT,
|
||||
IN BOOL,
|
||||
IN LPCMENUITEMINFOA);
|
||||
typedef BOOL (WINAPI * AppendMenuW_Proc) (
|
||||
IN HMENU,
|
||||
IN UINT,
|
||||
IN UINT_PTR,
|
||||
IN LPCWSTR);
|
||||
|
||||
GetMenuItemInfoA_Proc get_menu_item_info = NULL;
|
||||
SetMenuItemInfoA_Proc set_menu_item_info = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user