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
710858ab
Commit
710858ab
authored
Oct 15, 2012
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Remove the no longer needed GetAsyncKeyState entry point.
parent
d5244c3b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
keyboard.c
dlls/winex11.drv/keyboard.c
+0
-10
winex11.drv.spec
dlls/winex11.drv/winex11.drv.spec
+0
-1
No files found.
dlls/winex11.drv/keyboard.c
View file @
710858ab
...
@@ -1902,16 +1902,6 @@ static BOOL match_x11_keyboard_layout(HKL hkl)
...
@@ -1902,16 +1902,6 @@ static BOOL match_x11_keyboard_layout(HKL hkl)
return
(
hkl
==
xHkl
);
return
(
hkl
==
xHkl
);
}
}
/**********************************************************************
* GetAsyncKeyState (X11DRV.@)
*/
SHORT
CDECL
X11DRV_GetAsyncKeyState
(
INT
key
)
{
/* Photoshop livelocks unless mouse events are included here */
X11DRV_MsgWaitForMultipleObjectsEx
(
0
,
NULL
,
0
,
QS_KEY
|
QS_MOUSE
,
0
);
return
-
1
;
}
/***********************************************************************
/***********************************************************************
* GetKeyboardLayout (X11DRV.@)
* GetKeyboardLayout (X11DRV.@)
...
...
dlls/winex11.drv/winex11.drv.spec
View file @
710858ab
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
@ cdecl ActivateKeyboardLayout(long long) X11DRV_ActivateKeyboardLayout
@ cdecl ActivateKeyboardLayout(long long) X11DRV_ActivateKeyboardLayout
@ cdecl Beep() X11DRV_Beep
@ cdecl Beep() X11DRV_Beep
@ cdecl GetAsyncKeyState(long) X11DRV_GetAsyncKeyState
@ cdecl GetKeyNameText(long ptr long) X11DRV_GetKeyNameText
@ cdecl GetKeyNameText(long ptr long) X11DRV_GetKeyNameText
@ cdecl GetKeyboardLayout(long) X11DRV_GetKeyboardLayout
@ cdecl GetKeyboardLayout(long) X11DRV_GetKeyboardLayout
@ cdecl GetKeyboardLayoutName(ptr) X11DRV_GetKeyboardLayoutName
@ cdecl GetKeyboardLayoutName(ptr) X11DRV_GetKeyboardLayoutName
...
...
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