Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
08ed062c
Commit
08ed062c
authored
Oct 26, 2016
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Keyboard.c: move variable to inner scope
parent
d37f9f31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
Keyboard.c
nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
+5
-7
No files found.
nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
View file @
08ed062c
...
...
@@ -697,10 +697,6 @@ int nxagentKeyboardProc(DeviceIntPtr pDev, int onoff)
int
free_model
=
0
,
free_layout
=
0
;
XkbDescPtr
xkb
=
NULL
;
#ifdef TEST
int
ret
;
#endif
switch
(
onoff
)
{
case
DEVICE_INIT
:
...
...
@@ -857,13 +853,15 @@ XkbError:
(
char
*
)
values
.
auto_repeats
,
sizeof
(
values
.
auto_repeats
));
#ifdef TEST
ret
=
{
int
ret
=
#endif
InitKeyboardDeviceStruct
((
DevicePtr
)
pDev
,
&
keySyms
,
modmap
,
InitKeyboardDeviceStruct
((
DevicePtr
)
pDev
,
&
keySyms
,
modmap
,
nxagentBell
,
nxagentChangeKeyboardControl
);
#ifdef TEST
fprintf
(
stderr
,
"nxagentKeyboardProc: InitKeyboardDeviceStruct returns [%d].
\n
"
,
ret
);
fprintf
(
stderr
,
"nxagentKeyboardProc: InitKeyboardDeviceStruct returns [%d].
\n
"
,
ret
);
}
#endif
#ifdef XKB
...
...
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