mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
winex11: Make client_foreign_window_proc hidden.
This commit is contained in:
parent
dd6d837b62
commit
2b06773417
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ extern int alloc_system_colors DECLSPEC_HIDDEN;
|
|||
extern int xrender_error_base DECLSPEC_HIDDEN;
|
||||
extern char *process_name DECLSPEC_HIDDEN;
|
||||
extern Display *clipboard_display DECLSPEC_HIDDEN;
|
||||
extern WNDPROC client_foreign_window_proc;
|
||||
extern WNDPROC client_foreign_window_proc DECLSPEC_HIDDEN;
|
||||
|
||||
/* atoms */
|
||||
|
||||
|
|
Loading…
Reference in a new issue