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
2b4f3ec0
Commit
2b4f3ec0
authored
Jan 24, 2005
by
Robert North
Committed by
Alexandre Julliard
Jan 24, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Correct overflow 1 message too early.
- Overflow now going onto message queue. - Overflow state correctly or-ed with other packet status.
parent
38b14b4c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
context.c
dlls/wintab32/context.c
+2
-2
No files found.
dlls/wintab32/context.c
View file @
2b4f3ec0
...
@@ -203,10 +203,10 @@ LPOPENCONTEXT AddPacketToContextQueue(LPWTPACKET packet, HWND hwnd)
...
@@ -203,10 +203,10 @@ LPOPENCONTEXT AddPacketToContextQueue(LPWTPACKET packet, HWND hwnd)
DUMPPACKET
(
*
packet
);
DUMPPACKET
(
*
packet
);
if
(
tgt
+
1
==
ptr
->
QueueSize
)
if
(
tgt
==
ptr
->
QueueSize
)
{
{
TRACE
(
"Queue Overflow %p
\n
"
,
ptr
->
handle
);
TRACE
(
"Queue Overflow %p
\n
"
,
ptr
->
handle
);
p
acket
->
pkStatus
=
TPS_QUEUE_ERR
;
p
tr
->
PacketQueue
[
tgt
-
1
].
pkStatus
|
=
TPS_QUEUE_ERR
;
}
}
else
else
{
{
...
...
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