Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f0f90717
Commit
f0f90717
authored
Sep 07, 2004
by
Jason Rumney
Browse files
(AppendMenuW_Proc): Move declaration to w32term.h.
parent
ee8062ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
src/ChangeLog
src/ChangeLog
+7
-0
src/w32menu.c
src/w32menu.c
+0
-5
No files found.
src/ChangeLog
View file @
f0f90717
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'
...
...
src/w32menu.c
View file @
f0f90717
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment