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
74a1e4e8
Commit
74a1e4e8
authored
Apr 19, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MULTIBUFFER: Drop all Xserver code blocks that relate to removed MULTIBUFFER extension.
parent
2f0d2d38
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 @
74a1e4e8
...
...
@@ -15,12 +15,6 @@ extern void ShapeExtensionInit(INITARGS);
#include <nx-X11/extensions/shapestr.h>
#endif
#ifdef MULTIBUFFER
extern
void
MultibufferExtensionInit
(
INITARGS
);
#define _MULTIBUF_SERVER_
/* don't want Xlib structures */
#include <nx-X11/extensions/multibufst.h>
#endif
#ifdef MITMISC
extern
void
MITMiscExtensionInit
(
INITARGS
);
#define _MITMISC_SERVER_
...
...
nx-X11/programs/Xserver/include/globals.h
View file @
74a1e4e8
...
...
@@ -89,10 +89,6 @@ extern Bool noMITShmExtension;
extern
Bool
noMITMiscExtension
;
#endif
#ifdef MULTIBUFFER
extern
Bool
noMultibufferExtension
;
#endif
#ifdef RANDR
extern
Bool
noRRExtension
;
#endif
...
...
nx-X11/programs/Xserver/mi/miinitext.c
View file @
74a1e4e8
...
...
@@ -105,9 +105,6 @@ extern Bool noMITShmExtension;
#ifdef MITMISC
extern
Bool
noMITMiscExtension
;
#endif
#ifdef MULTIBUFFER
extern
Bool
noMultibufferExtension
;
#endif
#ifdef RANDR
extern
Bool
noRRExtension
;
#endif
...
...
@@ -206,9 +203,6 @@ extern void ShapeExtensionInit(INITARGS);
#ifdef MITSHM
extern
void
ShmExtensionInit
(
INITARGS
);
#endif
#ifdef MULTIBUFFER
extern
void
MultibufferExtensionInit
(
INITARGS
);
#endif
#ifdef PANORAMIX
extern
void
PanoramiXExtensionInit
(
INITARGS
);
#endif
...
...
@@ -348,9 +342,6 @@ static ExtensionToggle ExtensionToggleList[] =
#ifdef MITMISC
{
"MIT-SUNDRY-NONSTANDARD"
,
&
noMITMiscExtension
},
#endif
#ifdef MULTIBUFFER
{
"Multi-Buffering"
,
&
noMultibufferExtension
},
#endif
#ifdef RANDR
{
"RANDR"
,
&
noRRExtension
},
#endif
...
...
@@ -453,9 +444,6 @@ InitExtensions(argc, argv)
#ifdef MITSHM
if
(
!
noMITShmExtension
)
ShmExtensionInit
();
#endif
#ifdef MULTIBUFFER
if
(
!
noMultibufferExtension
)
MultibufferExtensionInit
();
#endif
#if defined(XINPUT) && !defined(NO_HW_ONLY_EXTS)
if
(
!
noXInputExtension
)
XInputExtensionInit
();
#endif
...
...
nx-X11/programs/Xserver/os/utils.c
View file @
74a1e4e8
...
...
@@ -180,9 +180,6 @@ Bool noMITShmExtension = FALSE;
#ifdef MITMISC
Bool
noMITMiscExtension
=
FALSE
;
#endif
#ifdef MULTIBUFFER
Bool
noMultibufferExtension
=
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