Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xorg
app
xkbcomp
Commits
a0a4f112
Commit
a0a4f112
authored
Jul 06, 2020
by
Miroslav Koškár
Committed by
Peter Hutterer
Oct 21, 2020
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lockdevbtn to be XkbSA_LockDeviceBtn action
parent
101d5f2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
action.c
action.c
+1
-1
No files found.
action.c
View file @
a0a4f112
...
...
@@ -111,7 +111,7 @@ stringToAction(const char *str, unsigned *type_rtrn)
else
if
(
uStrCaseCmp
(
str
,
"devicebutton"
)
==
0
)
*
type_rtrn
=
XkbSA_DeviceBtn
;
else
if
(
uStrCaseCmp
(
str
,
"lockdevbtn"
)
==
0
)
*
type_rtrn
=
XkbSA_DeviceBtn
;
*
type_rtrn
=
XkbSA_
Lock
DeviceBtn
;
else
if
(
uStrCaseCmp
(
str
,
"lockdevicebtn"
)
==
0
)
*
type_rtrn
=
XkbSA_LockDeviceBtn
;
else
if
(
uStrCaseCmp
(
str
,
"lockdevbutton"
)
==
0
)
...
...
Peter Hutterer
@whot
mentioned in issue
#8
·
Nov 05, 2020
mentioned in issue
#8
mentioned in issue #8
Toggle commit list
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