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
a25c0de0
Commit
a25c0de0
authored
Apr 19, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TOGCUP: Drop all Xserver code blocks that relate to removed TOGCUP extension.
parent
683415df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
19 deletions
+0
-19
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/include/globals.h
View file @
a25c0de0
...
...
@@ -125,10 +125,6 @@ extern Bool noSecurityExtension;
extern
Bool
noSyncExtension
;
#endif
#ifdef TOGCUP
extern
Bool
noXcupExtension
;
#endif
#ifdef RES
extern
Bool
noResExtension
;
#endif
...
...
nx-X11/programs/Xserver/mi/miinitext.c
View file @
a25c0de0
...
...
@@ -132,9 +132,6 @@ extern Bool noSecurityExtension;
#ifdef XSYNC
extern
Bool
noSyncExtension
;
#endif
#ifdef TOGCUP
extern
Bool
noXcupExtension
;
#endif
#ifdef RES
extern
Bool
noResExtension
;
#endif
...
...
@@ -304,9 +301,6 @@ extern void DarwinGlxWrapInitVisuals(miInitVisualsProcPtr *);
#ifdef XF86DRI
extern
void
XFree86DRIExtensionInit
(
INITARGS
);
#endif
#ifdef TOGCUP
extern
void
XcupExtensionInit
(
INITARGS
);
#endif
#ifdef DPMSExtension
extern
void
DPMSExtensionInit
(
INITARGS
);
#endif
...
...
@@ -409,9 +403,6 @@ static ExtensionToggle ExtensionToggleList[] =
#ifdef XSYNC
{
"SYNC"
,
&
noSyncExtension
},
#endif
#ifdef TOGCUP
{
"TOG-CUP"
,
&
noXcupExtension
},
#endif
#ifdef RES
{
"X-Resource"
,
&
noResExtension
},
#endif
...
...
@@ -556,9 +547,6 @@ InitExtensions(argc, argv)
#ifdef XCSECURITY
if
(
!
noSecurityExtension
)
SecurityExtensionInit
();
#endif
#ifdef TOGCUP
if
(
!
noXcupExtension
)
XcupExtensionInit
();
#endif
#if defined(DPMSExtension) && !defined(NO_HW_ONLY_EXTS)
if
(
!
noDPMSExtension
)
DPMSExtensionInit
();
#endif
...
...
nx-X11/programs/Xserver/os/utils.c
View file @
a25c0de0
...
...
@@ -207,9 +207,6 @@ Bool noSecurityExtension = FALSE;
#ifdef XSYNC
Bool
noSyncExtension
=
FALSE
;
#endif
#ifdef TOGCUP
Bool
noXcupExtension
=
FALSE
;
#endif
#ifdef RES
Bool
noResExtension
=
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