Skip to content

Commit b9def1e

Browse files
committed
[PR #1384] pseudoramiX: unexport noPseudoramiXExtension
PR: #1384
1 parent cb3545e commit b9def1e

File tree

7 files changed

+4
-41
lines changed

7 files changed

+4
-41
lines changed

hw/xquartz/quartz.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
#include "dix/dix_priv.h"
3737
#include "dix/screenint_priv.h"
38+
#include "miext/extinit_priv.h"
3839

3940
#include "quartzRandR.h"
4041
#include "inputstr.h"
@@ -43,7 +44,6 @@
4344
#include "darwinEvents.h"
4445
#include "pseudoramiX.h"
4546
#include "extension.h"
46-
#include "nonsdk_extinit.h"
4747
#include "glx_extinit.h"
4848
#define _APPLEWM_SERVER_
4949
#include "applewmExt.h"

hw/xquartz/xpr/xprScreen.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include <dix-config.h>
3333

3434
#include "dix/screenint_priv.h"
35+
#include "miext/extinit_priv.h"
3536

3637
#include "inputstr.h"
3738
#include "quartz.h"
@@ -53,9 +54,6 @@
5354
#include "damage.h"
5455
#endif
5556

56-
#include "nonsdk_extinit.h"
57-
#include "miext/extinit_priv.h"
58-
5957
/* 10.4's deferred update makes X slower.. have to live with the tearing
6058
* for now.. */
6159
#define XP_NO_DEFERRED_UPDATES 8

hw/xwin/InitOutput.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ typedef WINAPI HRESULT(*SHGETFOLDERPATHPROC) (HWND hwndOwner,
6161
#endif
6262

6363
#include "winmonitors.h"
64-
#include "nonsdk_extinit.h"
6564
#include "pseudoramiX/pseudoramiX.h"
6665

6766
#include "glx_extinit.h"

include/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ if build_xorg
463463
'misc.h',
464464
'miscstruct.h',
465465
'opaque.h',
466-
'nonsdk_extinit.h',
467466
'optionstr.h',
468467
'os.h',
469468
'pixmap.h',

include/nonsdk_extinit.h

Lines changed: 0 additions & 34 deletions
This file was deleted.

miext/extinit_priv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ extern Bool noNamespaceExtension;
2929

3030
extern Bool PanoramiXExtensionDisabledHack;
3131

32+
extern Bool noPseudoramiXExtension;
33+
3234
extern char *namespaceConfigFile;
3335

3436
void CompositeExtensionInit(void);

pseudoramiX/pseudoramiX.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343

4444
#include "pseudoramiX.h"
4545
#include "extnsionst.h"
46-
#include "nonsdk_extinit.h"
4746
#include "dixstruct.h"
4847
#include "window.h"
4948
#include <X11/extensions/panoramiXproto.h>

0 commit comments

Comments
 (0)