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
8072f698
Commit
8072f698
authored
Sep 19, 2007
by
Mikolaj Zalewski
Committed by
Alexandre Julliard
Sep 20, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: wintab: Add missing CTX_PKTDATA support.
parent
704a5686
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
wintab.c
dlls/winex11.drv/wintab.c
+4
-0
No files found.
dlls/winex11.drv/wintab.c
View file @
8072f698
...
@@ -851,6 +851,10 @@ UINT X11DRV_WTInfoA(UINT wCategory, UINT nIndex, LPVOID lpOutput)
...
@@ -851,6 +851,10 @@ UINT X11DRV_WTInfoA(UINT wCategory, UINT nIndex, LPVOID lpOutput)
rc
=
CopyTabletData
(
lpOutput
,
&
gSysContext
.
lcPktRate
,
rc
=
CopyTabletData
(
lpOutput
,
&
gSysContext
.
lcPktRate
,
sizeof
(
UINT
));
sizeof
(
UINT
));
break
;
break
;
case
CTX_PKTDATA
:
rc
=
CopyTabletData
(
lpOutput
,
&
gSysContext
.
lcPktData
,
sizeof
(
WTPKT
));
break
;
case
CTX_PKTMODE
:
case
CTX_PKTMODE
:
rc
=
CopyTabletData
(
lpOutput
,
&
gSysContext
.
lcPktMode
,
rc
=
CopyTabletData
(
lpOutput
,
&
gSysContext
.
lcPktMode
,
sizeof
(
WTPKT
));
sizeof
(
WTPKT
));
...
...
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