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
23ad270b
Unverified
Commit
23ad270b
authored
Oct 30, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'uli42-misc_fixes' into 3.6.x
Attributes GH PR #260:
https://github.com/ArcticaProject/nx-libs/pull/260
parents
a375d178
16947012
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
19 deletions
+2
-19
nxagent.keyboard
etc/nxagent.keyboard
+1
-1
Imakefile
nx-X11/Imakefile
+1
-11
saver.c
nx-X11/programs/Xserver/Xext/saver.c
+0
-7
No files found.
etc/nxagent.keyboard
View file @
23ad270b
rules=
xfree86
rules=
"xfree86"
nx-X11/Imakefile
View file @
23ad270b
...
...
@@ -27,17 +27,7 @@ RELEASE = XOrgReleaseString
#define OSName Unknown Operating System!
#endif
#if !BuildServersOnly
#ifndef Win32Architecture
#if BuildDocs
DOCSDIR = doc
#endif
NLSSUBDIR = nls
#endif
#endif
SUBDIRS = include config lib $(NLSSUBDIR) \
programs $(FONTSDIR) $(DOCSDIR)
SUBDIRS = include config lib programs
LNINSTALLDIRS = lib
#if HasParallelMake
...
...
nx-X11/programs/Xserver/Xext/saver.c
View file @
23ad270b
...
...
@@ -686,7 +686,6 @@ ProcScreenSaverQueryVersion (client)
register
ClientPtr
client
;
{
xScreenSaverQueryVersionReply
rep
;
register
int
n
;
REQUEST_SIZE_MATCH
(
xScreenSaverQueryVersionReq
);
rep
.
type
=
X_Reply
;
...
...
@@ -708,7 +707,6 @@ ProcScreenSaverQueryInfo (client)
{
REQUEST
(
xScreenSaverQueryInfoReq
);
xScreenSaverQueryInfoReply
rep
;
register
int
n
;
ScreenSaverStuffPtr
pSaver
;
DrawablePtr
pDraw
;
CARD32
lastInput
;
...
...
@@ -1320,7 +1318,6 @@ SProcScreenSaverQueryVersion (client)
ClientPtr
client
;
{
REQUEST
(
xScreenSaverQueryVersionReq
);
int
n
;
swaps
(
&
stuff
->
length
);
REQUEST_SIZE_MATCH
(
xScreenSaverQueryVersionReq
);
...
...
@@ -1332,7 +1329,6 @@ SProcScreenSaverQueryInfo (client)
ClientPtr
client
;
{
REQUEST
(
xScreenSaverQueryInfoReq
);
int
n
;
swaps
(
&
stuff
->
length
);
REQUEST_SIZE_MATCH
(
xScreenSaverQueryInfoReq
);
...
...
@@ -1345,7 +1341,6 @@ SProcScreenSaverSelectInput (client)
ClientPtr
client
;
{
REQUEST
(
xScreenSaverSelectInputReq
);
int
n
;
swaps
(
&
stuff
->
length
);
REQUEST_SIZE_MATCH
(
xScreenSaverSelectInputReq
);
...
...
@@ -1359,7 +1354,6 @@ SProcScreenSaverSetAttributes (client)
ClientPtr
client
;
{
REQUEST
(
xScreenSaverSetAttributesReq
);
int
n
;
swaps
(
&
stuff
->
length
);
REQUEST_AT_LEAST_SIZE
(
xScreenSaverSetAttributesReq
);
...
...
@@ -1380,7 +1374,6 @@ SProcScreenSaverUnsetAttributes (client)
ClientPtr
client
;
{
REQUEST
(
xScreenSaverUnsetAttributesReq
);
int
n
;
swaps
(
&
stuff
->
length
);
REQUEST_SIZE_MATCH
(
xScreenSaverUnsetAttributesReq
);
...
...
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