Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
602b9b08
Commit
602b9b08
authored
Dec 16, 2008
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Dec 17, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Make XIM functions hidden.
parent
569de388
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
winex11.drv.spec
dlls/winex11.drv/winex11.drv.spec
+0
-3
x11drv.h
dlls/winex11.drv/x11drv.h
+5
-5
No files found.
dlls/winex11.drv/winex11.drv.spec
View file @
602b9b08
...
...
@@ -134,9 +134,6 @@
# System tray
@ cdecl wine_notify_icon(long ptr)
# XIM
@ cdecl ForceXIMReset(long) X11DRV_ForceXIMReset
# OpenGL
@ cdecl wglCopyContext(long long long) X11DRV_wglCopyContext
@ cdecl wglCreateContext(ptr) X11DRV_wglCreateContext
...
...
dlls/winex11.drv/x11drv.h
View file @
602b9b08
...
...
@@ -773,11 +773,11 @@ LPDDHALMODEINFO X11DRV_Settings_SetHandlers(const char *name,
extern
void
X11DRV_DDHAL_SwitchMode
(
DWORD
dwModeIndex
,
LPVOID
fb_addr
,
LPVIDMEM
fb_mem
);
/* XIM support */
extern
BOOL
X11DRV_InitXIM
(
const
char
*
input_style
);
extern
XIC
X11DRV_CreateIC
(
XIM
xim
,
struct
x11drv_win_data
*
data
);
extern
void
X11DRV_SetupXIM
(
void
);
extern
void
X11DRV_XIMLookupChars
(
const
char
*
str
,
DWORD
count
);
extern
void
X11DRV_ForceXIMReset
(
HWND
hwnd
);
extern
BOOL
X11DRV_InitXIM
(
const
char
*
input_style
)
DECLSPEC_HIDDEN
;
extern
XIC
X11DRV_CreateIC
(
XIM
xim
,
struct
x11drv_win_data
*
data
)
DECLSPEC_HIDDEN
;
extern
void
X11DRV_SetupXIM
(
void
)
DECLSPEC_HIDDEN
;
extern
void
X11DRV_XIMLookupChars
(
const
char
*
str
,
DWORD
count
)
DECLSPEC_HIDDEN
;
extern
void
X11DRV_ForceXIMReset
(
HWND
hwnd
)
DECLSPEC_HIDDEN
;
/* FIXME: private functions imported from user32 */
extern
LRESULT
HOOK_CallHooks
(
INT
id
,
INT
code
,
WPARAM
wparam
,
LPARAM
lparam
,
BOOL
unicode
);
...
...
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