Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f11713aa
Commit
f11713aa
authored
Feb 04, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Add some API documentation stubs to make winapi_check happy.
parent
afaa4d63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
wintab.c
dlls/winex11.drv/wintab.c
+9
-0
No files found.
dlls/winex11.drv/wintab.c
View file @
f11713aa
...
...
@@ -436,6 +436,9 @@ static BOOL is_pad(const char *name, const char *type)
}
/***********************************************************************
* X11DRV_LoadTabletInfo (X11DRV.@)
*/
void
X11DRV_LoadTabletInfo
(
HWND
hwnddefault
)
{
const
WCHAR
SZ_CONTEXT_NAME
[]
=
{
'W'
,
'i'
,
'n'
,
'e'
,
' '
,
'T'
,
'a'
,
'b'
,
'l'
,
'e'
,
't'
,
' '
,
'C'
,
'o'
,
'n'
,
't'
,
'e'
,
'x'
,
't'
,
0
};
...
...
@@ -922,6 +925,9 @@ static void proximity_event( HWND hwnd, XEvent *event )
SendMessageW
(
hwndTabletDefault
,
WT_PROXIMITY
,
(
event
->
type
==
proximity_in_type
),
(
LPARAM
)
hwnd
);
}
/***********************************************************************
* X11DRV_AttachEventQueueToTablet (X11DRV.@)
*/
int
X11DRV_AttachEventQueueToTablet
(
HWND
hOwner
)
{
struct
x11drv_thread_data
*
data
=
x11drv_thread_data
();
...
...
@@ -999,6 +1005,9 @@ int X11DRV_AttachEventQueueToTablet(HWND hOwner)
return
0
;
}
/***********************************************************************
* X11DRV_GetCurrentPacket (X11DRV.@)
*/
int
X11DRV_GetCurrentPacket
(
LPWTPACKET
*
packet
)
{
memcpy
(
packet
,
&
gMsgPacket
,
sizeof
(
WTPACKET
));
...
...
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