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
6e726e2a
Commit
6e726e2a
authored
Sep 11, 2008
by
Juan Lang
Committed by
Alexandre Julliard
Sep 12, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Make button_state as large as the maximum number of cursors. Fixes Coverity id 728.
parent
6049ad74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wintab.c
dlls/winex11.drv/wintab.c
+1
-1
No files found.
dlls/winex11.drv/wintab.c
View file @
6e726e2a
...
...
@@ -267,7 +267,6 @@ static int proximity_out_type;
static
HWND
hwndTabletDefault
;
static
WTPACKET
gMsgPacket
;
static
DWORD
gSerial
;
static
INT
button_state
[
10
];
/* Reference: http://www.wacomeng.com/devsupport/ibmpc/gddevpc.html
*
...
...
@@ -303,6 +302,7 @@ static INT button_state[10];
* So to support that we need CURSORMAX of 12 (0 to 11)
* FIXME: we don't support more than 4 regular tablets or 2 multimode tablets */
#define CURSORMAX 12
static
INT
button_state
[
CURSORMAX
];
static
LOGCONTEXTW
gSysContext
;
static
WTI_DEVICES_INFO
gSysDevice
;
...
...
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