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
004f8f89
Commit
004f8f89
authored
Apr 19, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MITMISC: Drop all Xserver code blocks that relate to removed MITMISC extension.
parent
e1423144
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
25 deletions
+0
-25
modinit.h
nx-X11/programs/Xserver/Xext/extmod/modinit.h
+0
-6
globals.h
nx-X11/programs/Xserver/include/globals.h
+0
-4
miinitext.c
nx-X11/programs/Xserver/mi/miinitext.c
+0
-12
utils.c
nx-X11/programs/Xserver/os/utils.c
+0
-3
No files found.
nx-X11/programs/Xserver/Xext/extmod/modinit.h
View file @
004f8f89
...
...
@@ -15,12 +15,6 @@ extern void ShapeExtensionInit(INITARGS);
#include <nx-X11/extensions/shapestr.h>
#endif
#ifdef MITMISC
extern
void
MITMiscExtensionInit
(
INITARGS
);
#define _MITMISC_SERVER_
#include <nx-X11/extensions/mitmiscstr.h>
#endif
#ifdef XTEST
extern
void
XTestExtensionInit
(
INITARGS
);
#define _XTEST_SERVER_
...
...
nx-X11/programs/Xserver/include/globals.h
View file @
004f8f89
...
...
@@ -85,10 +85,6 @@ extern Bool noScreenSaverExtension;
extern
Bool
noMITShmExtension
;
#endif
#ifdef MITMISC
extern
Bool
noMITMiscExtension
;
#endif
#ifdef RANDR
extern
Bool
noRRExtension
;
#endif
...
...
nx-X11/programs/Xserver/mi/miinitext.c
View file @
004f8f89
...
...
@@ -102,9 +102,6 @@ extern Bool noScreenSaverExtension;
#ifdef MITSHM
extern
Bool
noMITShmExtension
;
#endif
#ifdef MITMISC
extern
Bool
noMITMiscExtension
;
#endif
#ifdef RANDR
extern
Bool
noRRExtension
;
#endif
...
...
@@ -212,9 +209,6 @@ extern void XTestExtensionInit(INITARGS);
#ifdef BIGREQS
extern
void
BigReqExtensionInit
(
INITARGS
);
#endif
#ifdef MITMISC
extern
void
MITMiscExtensionInit
(
INITARGS
);
#endif
#ifdef XIDLE
extern
void
XIdleExtensionInit
(
INITARGS
);
#endif
...
...
@@ -333,9 +327,6 @@ static ExtensionToggle ExtensionToggleList[] =
#ifdef MITSHM
{
SHMNAME
,
&
noMITShmExtension
},
#endif
#ifdef MITMISC
{
"MIT-SUNDRY-NONSTANDARD"
,
&
noMITMiscExtension
},
#endif
#ifdef RANDR
{
"RANDR"
,
&
noRRExtension
},
#endif
...
...
@@ -444,9 +435,6 @@ InitExtensions(argc, argv)
#ifdef BIGREQS
if
(
!
noBigReqExtension
)
BigReqExtensionInit
();
#endif
#ifdef MITMISC
if
(
!
noMITMiscExtension
)
MITMiscExtensionInit
();
#endif
#ifdef XIDLE
if
(
!
noXIdleExtension
)
XIdleExtensionInit
();
#endif
...
...
nx-X11/programs/Xserver/os/utils.c
View file @
004f8f89
...
...
@@ -177,9 +177,6 @@ Bool noScreenSaverExtension = FALSE;
#ifdef MITSHM
Bool
noMITShmExtension
=
FALSE
;
#endif
#ifdef MITMISC
Bool
noMITMiscExtension
=
FALSE
;
#endif
#ifdef RANDR
Bool
noRRExtension
=
FALSE
;
#endif
...
...
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