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
3fbef7da
Commit
3fbef7da
authored
Jul 07, 2018
by
Ulrich Sibiller
Committed by
Mike Gabriel
Nov 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lift xkb to XORG-1.3.0.0 state
parent
4ed8145f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
xkbInit.c
nx-X11/programs/Xserver/xkb/xkbInit.c
+1
-0
xkbLEDs.c
nx-X11/programs/Xserver/xkb/xkbLEDs.c
+3
-3
No files found.
nx-X11/programs/Xserver/xkb/xkbInit.c
View file @
3fbef7da
...
@@ -107,6 +107,7 @@ typedef struct _SrvXkmInfo {
...
@@ -107,6 +107,7 @@ typedef struct _SrvXkmInfo {
char
*
XkbBaseDirectory
=
XKB_BASE_DIRECTORY
;
char
*
XkbBaseDirectory
=
XKB_BASE_DIRECTORY
;
char
*
XkbBinDirectory
=
XKB_BIN_DIRECTORY
;
char
*
XkbBinDirectory
=
XKB_BIN_DIRECTORY
;
static
int
XkbWantAccessX
=
0
;
static
int
XkbWantAccessX
=
0
;
static
XkbFileInfo
*
_XkbInitFileInfo
=
NULL
;
static
XkbFileInfo
*
_XkbInitFileInfo
=
NULL
;
...
...
nx-X11/programs/Xserver/xkb/xkbLEDs.c
View file @
3fbef7da
...
@@ -274,13 +274,13 @@ unsigned oldState;
...
@@ -274,13 +274,13 @@ unsigned oldState;
changes
->
indicators
.
state_changes
|=
affected
;
changes
->
indicators
.
state_changes
|=
affected
;
}
}
ed
->
reason
|=
(
XkbXI_IndicatorStateMask
&
(
~
XkbXI
Unsupported
));
ed
->
reason
|=
(
XkbXI_IndicatorStateMask
&
(
~
XkbXI
_KeyboardsMask
));
ed
->
ledClass
=
sli
->
class
;
ed
->
ledClass
=
sli
->
class
;
ed
->
ledID
=
sli
->
id
;
ed
->
ledID
=
sli
->
id
;
ed
->
ledsDefined
=
sli
->
namesPresent
|
sli
->
mapsPresent
;
ed
->
ledsDefined
=
sli
->
namesPresent
|
sli
->
mapsPresent
;
ed
->
ledState
=
sli
->
effectiveState
;
ed
->
ledState
=
sli
->
effectiveState
;
ed
->
unsupported
|=
XkbXI
Unsupported
&
XkbXI_IndicatorStateMask
;
ed
->
unsupported
|=
XkbXI
_KeyboardsMask
&
XkbXI_IndicatorStateMask
;
ed
->
supported
=
XkbXI_AllFeaturesMask
&
(
~
XkbXI
Unsupported
);
ed
->
supported
=
XkbXI_AllFeaturesMask
&
(
~
XkbXI
_KeyboardsMask
);
if
(
changes
!=&
my_changes
)
changes
=
NULL
;
if
(
changes
!=&
my_changes
)
changes
=
NULL
;
if
(
ed
!=&
my_ed
)
ed
=
NULL
;
if
(
ed
!=&
my_ed
)
ed
=
NULL
;
...
...
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