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
4adb1911
Commit
4adb1911
authored
Mar 23, 2017
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Keystroke.h/Keyboard.h: cleanup mask variables
parent
c693df12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Keyboard.h
nx-X11/programs/Xserver/hw/nxagent/Keyboard.h
+3
-0
Keystroke.h
nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
+0
-2
No files found.
nx-X11/programs/Xserver/hw/nxagent/Keyboard.h
View file @
4adb1911
...
...
@@ -126,6 +126,9 @@ CARD8 nxagentConvertKeycode(CARD8 k);
extern
CARD8
nxagentCapsLockKeycode
;
extern
CARD8
nxagentNumLockKeycode
;
extern
unsigned
int
nxagentAltMetaMask
;
extern
unsigned
int
nxagentAltMask
;
extern
unsigned
int
nxagentMetaMask
;
extern
unsigned
int
nxagentCapsMask
;
extern
unsigned
int
nxagentNumlockMask
;
...
...
nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
View file @
4adb1911
...
...
@@ -30,8 +30,6 @@
extern
Bool
nxagentCheckSpecialKeystroke
(
XKeyEvent
*
,
enum
HandleEventResult
*
);
unsigned
int
nxagentAltMetaMask
;
/* keep this sorted, do not rely on any numerical value in this enum, and be aware
* that KEYSTROKE_MAX may be used in a malloc */
...
...
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