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
e80842cc
Commit
e80842cc
authored
Apr 19, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EVI: Drop all Xserver code blocks that relate to removed EVI extension.
parent
25ffbbb2
Show 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 @
e80842cc
...
...
@@ -73,10 +73,6 @@ extern Bool noDPSExtension;
extern
Bool
noDPMSExtension
;
#endif
#ifdef EVI
extern
Bool
noEVIExtension
;
#endif
#ifdef GLXEXT
extern
Bool
noGlxExtension
;
#endif
...
...
nx-X11/programs/Xserver/mi/miinitext.c
View file @
e80842cc
...
...
@@ -93,9 +93,6 @@ extern Bool noDPSExtension;
#ifdef DPMSExtension
extern
Bool
noDPMSExtension
;
#endif
#ifdef EVI
extern
Bool
noEVIExtension
;
#endif
#ifdef GLXEXT
extern
Bool
noGlxExtension
;
#endif
...
...
@@ -213,9 +210,6 @@ extern void XTestExtension1Init(INITARGS);
#ifdef SHAPE
extern
void
ShapeExtensionInit
(
INITARGS
);
#endif
#ifdef EVI
extern
void
EVIExtensionInit
(
INITARGS
);
#endif
#ifdef MITSHM
extern
void
ShmExtensionInit
(
INITARGS
);
#endif
...
...
@@ -352,9 +346,6 @@ static ExtensionToggle ExtensionToggleList[] =
#ifdef DPMSExtension
{
"DPMS"
,
&
noDPMSExtension
},
#endif
#ifdef EVI
{
"Extended-Visual-Information"
,
&
noEVIExtension
},
#endif
#ifdef GLXEXT
{
"GLX"
,
&
noGlxExtension
},
#endif
...
...
@@ -475,9 +466,6 @@ InitExtensions(argc, argv)
#ifdef MITSHM
if
(
!
noMITShmExtension
)
ShmExtensionInit
();
#endif
#ifdef EVI
if
(
!
noEVIExtension
)
EVIExtensionInit
();
#endif
#ifdef MULTIBUFFER
if
(
!
noMultibufferExtension
)
MultibufferExtensionInit
();
#endif
...
...
nx-X11/programs/Xserver/os/utils.c
View file @
e80842cc
...
...
@@ -168,9 +168,6 @@ Bool noDPSExtension = FALSE;
#ifdef DPMSExtension
Bool
noDPMSExtension
=
FALSE
;
#endif
#ifdef EVI
Bool
noEVIExtension
=
FALSE
;
#endif
#ifdef GLXEXT
Bool
noGlxExtension
=
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