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
15ac7a80
Commit
15ac7a80
authored
Sep 05, 2019
by
Ulrich Sibiller
Committed by
Mike Gabriel
Sep 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trap.h: shorten file
by reformatting comments and removing blank lines.
parent
f323ada3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
39 deletions
+15
-39
Trap.h
nx-X11/programs/Xserver/hw/nxagent/Trap.h
+15
-39
No files found.
nx-X11/programs/Xserver/hw/nxagent/Trap.h
View file @
15ac7a80
...
@@ -27,91 +27,68 @@
...
@@ -27,91 +27,68 @@
#define __Traps_H__
#define __Traps_H__
/*
/*
* Set if we are dispatching a render
* Set if we are dispatching a render extension request. Used to avoid
* extension request. Used to avoid
* reentrancy in GC operations.
* reentrancy in GC operations.
*/
*/
extern
int
nxagentGCTrap
;
extern
int
nxagentGCTrap
;
/*
/*
* Set if we are enqueing an internal
* Set if we are enqueing an internal operation, CreateWindow and
* operation, CreateWindow and Reparent-
* Reparent- Window. Used to remove any screen operation.
* Window. Used to remove any screen operation.
*/
*/
extern
int
nxagentScreenTrap
;
extern
int
nxagentScreenTrap
;
/*
/*
* Set if we are executing a GC operation
* Set if we are executing a GC operation only on the X side. Used to
* only on the X side. Used to avoid
* avoid reentrancy in FB layer.
* reentrancy in FB layer.
*/
*/
extern
int
nxagentFBTrap
;
extern
int
nxagentFBTrap
;
/*
/*
* Set if we are dispatching a shared
* Set if we are dispatching a shared memory extension request.
* memory extension request.
*/
*/
extern
int
nxagentShmTrap
;
extern
int
nxagentShmTrap
;
/*
/*
* Set if a shared pixmap operation is
* Set if a shared pixmap operation is requested by the client.
* requested by the client.
*/
*/
extern
int
nxagentShmPixmapTrap
;
extern
int
nxagentShmPixmapTrap
;
/*
/*
* Set if we are dispatching a XVideo
* Set if we are dispatching a XVideo extension request.
* extension request.
*/
*/
extern
int
nxagentXvTrap
;
extern
int
nxagentXvTrap
;
/*
/*
* Set if we are dispatching a GLX
* Set if we are dispatching a GLX extension request.
* extension request.
*/
*/
extern
int
nxagentGlxTrap
;
extern
int
nxagentGlxTrap
;
/*
/*
* Set while we are resuming the session.
* Set while we are resuming the session.
*/
*/
extern
int
nxagentReconnectTrap
;
extern
int
nxagentReconnectTrap
;
/*
/*
* Set if we need to realize a drawable
* Set if we need to realize a drawable by using a lossless encoding.
* by using a lossless encoding.
*/
*/
extern
int
nxagentLosslessTrap
;
extern
int
nxagentLosslessTrap
;
/*
/*
* Set to force the synchronization of
* Set to force the synchronization of a drawable.
* a drawable.
*/
*/
extern
int
nxagentSplitTrap
;
extern
int
nxagentSplitTrap
;
/*
/*
* Set to avoid CapsLock synchronization
* Set to avoid CapsLock synchronization problems when CapsLock is the
* problems when CapsLock is the first
* first key to be pressed in the session.
* key to be pressed in the session.
*/
*/
extern
int
nxagentXkbCapsTrap
;
extern
int
nxagentXkbCapsTrap
;
/*
/*
* Set to avoid NumLock synchronization
* Set to avoid NumLock synchronization problems when NumLock is the
* problems when NumLock is the first
* first key to be pressed in the session.
* key to be pressed in the session.
*/
*/
extern
int
nxagentXkbNumTrap
;
extern
int
nxagentXkbNumTrap
;
/*
/*
...
@@ -119,7 +96,6 @@ extern int nxagentXkbNumTrap;
...
@@ -119,7 +96,6 @@ extern int nxagentXkbNumTrap;
* the real X server. This is used to avoid endless loops if callbacks
* the real X server. This is used to avoid endless loops if callbacks
* would trigger another event by the real X server
* would trigger another event by the real X server
*/
*/
extern
int
nxagentExternalClipboardEventTrap
;
extern
int
nxagentExternalClipboardEventTrap
;
#endif
/* __Trap_H__ */
#endif
/* __Trap_H__ */
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