Remove unused xf86Info.sharedMonitor
This commit is contained in:
parent
5e43cd2869
commit
b3dfd7e3e4
|
@ -108,7 +108,6 @@ xf86InfoRec xf86Info = {
|
||||||
FALSE, /* dontZoom */
|
FALSE, /* dontZoom */
|
||||||
FALSE, /* notrapSignals */
|
FALSE, /* notrapSignals */
|
||||||
FALSE, /* caughtSignal */
|
FALSE, /* caughtSignal */
|
||||||
FALSE, /* sharedMonitor */
|
|
||||||
NULL, /* currentScreen */
|
NULL, /* currentScreen */
|
||||||
#ifdef CSRG_BASED
|
#ifdef CSRG_BASED
|
||||||
-1, /* screenFd */
|
-1, /* screenFd */
|
||||||
|
|
|
@ -81,7 +81,6 @@ typedef struct {
|
||||||
Bool caughtSignal;
|
Bool caughtSignal;
|
||||||
|
|
||||||
/* graphics part */
|
/* graphics part */
|
||||||
Bool sharedMonitor;
|
|
||||||
ScreenPtr currentScreen;
|
ScreenPtr currentScreen;
|
||||||
#if defined(CSRG_BASED) || defined(__FreeBSD_kernel__)
|
#if defined(CSRG_BASED) || defined(__FreeBSD_kernel__)
|
||||||
int screenFd; /* fd for memory mapped access to
|
int screenFd; /* fd for memory mapped access to
|
||||||
|
|
Loading…
Reference in New Issue