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
3f69b7ec
Commit
3f69b7ec
authored
Dec 02, 2018
by
Alex Henrie
Committed by
Alexandre Julliard
Dec 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Correct spelling of "plug-n-play".
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b43204bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wintab.c
dlls/winex11.drv/wintab.c
+2
-2
No files found.
dlls/winex11.drv/wintab.c
View file @
3f69b7ec
...
...
@@ -487,7 +487,7 @@ BOOL CDECL X11DRV_LoadTabletInfo(HWND hwnddefault)
{
static
const
WCHAR
SZ_CONTEXT_NAME
[]
=
{
'W'
,
'i'
,
'n'
,
'e'
,
' '
,
'T'
,
'a'
,
'b'
,
'l'
,
'e'
,
't'
,
' '
,
'C'
,
'o'
,
'n'
,
't'
,
'e'
,
'x'
,
't'
,
0
};
static
const
WCHAR
SZ_DEVICE_NAME
[]
=
{
'W'
,
'i'
,
'n'
,
'e'
,
' '
,
'T'
,
'a'
,
'b'
,
'l'
,
'e'
,
't'
,
' '
,
'D'
,
'e'
,
'v'
,
'i'
,
'c'
,
'e'
,
0
};
static
const
WCHAR
SZ_NON_PLUG
INPLAY
[]
=
{
'n'
,
'o'
,
'n'
,
'-'
,
'p'
,
'l'
,
'u'
,
'g'
,
'i'
,
'n
'
,
'p'
,
'l'
,
'a'
,
'y'
,
0
};
static
const
WCHAR
SZ_NON_PLUG
_N_PLAY
[]
=
{
'n'
,
'o'
,
'n'
,
'-'
,
'p'
,
'l'
,
'u'
,
'g'
,
'-'
,
'n'
,
'-
'
,
'p'
,
'l'
,
'a'
,
'y'
,
0
};
struct
x11drv_thread_data
*
data
=
x11drv_init_thread_data
();
int
num_devices
;
...
...
@@ -549,7 +549,7 @@ BOOL CDECL X11DRV_LoadTabletInfo(HWND hwnddefault)
gSysDevice
.
PKTDATA
=
PK_CONTEXT
|
PK_STATUS
|
PK_SERIAL_NUMBER
|
PK_TIME
|
PK_CURSOR
|
PK_BUTTONS
|
PK_X
|
PK_Y
|
PK_NORMAL_PRESSURE
|
PK_ORIENTATION
;
strcpyW
(
gSysDevice
.
PNPID
,
SZ_NON_PLUG
IN
PLAY
);
strcpyW
(
gSysDevice
.
PNPID
,
SZ_NON_PLUG
_N_
PLAY
);
devices
=
pXListInputDevices
(
data
->
display
,
&
num_devices
);
if
(
!
devices
)
...
...
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