xf86AllowMouseOpenFail

This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 11:25:49 +02:00
parent bbe5866974
commit fad57999a2
3 changed files with 8 additions and 2 deletions

View File

@ -55,7 +55,7 @@
#include "os/osdep.h" #include "os/osdep.h"
#include "xkb/xkbsrv_priv.h" #include "xkb/xkbsrv_priv.h"
#include "xf86.h" #include "xf86_priv.h"
#include "xf86Modes.h" #include "xf86Modes.h"
#include "xf86Parser_priv.h" #include "xf86Parser_priv.h"
#include "xf86tokens.h" #include "xf86tokens.h"

View File

@ -42,7 +42,6 @@
* Parameters set ONLY from the command line options * Parameters set ONLY from the command line options
* The global state of these things is held in xf86InfoRec (when appropriate). * The global state of these things is held in xf86InfoRec (when appropriate).
*/ */
extern _X_EXPORT Bool xf86AllowMouseOpenFail;
extern _X_EXPORT Bool xf86AutoBindGPUDisabled; extern _X_EXPORT Bool xf86AutoBindGPUDisabled;
#ifdef XF86VIDMODE #ifdef XF86VIDMODE

View File

@ -11,6 +11,13 @@ extern Bool xf86DoConfigure;
extern Bool xf86DoConfigurePass1; extern Bool xf86DoConfigurePass1;
extern Bool xf86ProbeIgnorePrimary; extern Bool xf86ProbeIgnorePrimary;
/*
* Parameters set ONLY from the command line options
* The global state of these things is held in xf86InfoRec (when appropriate).
*/
/* globals.c */
extern Bool xf86AllowMouseOpenFail;
/* xf86Cursor.c */ /* xf86Cursor.c */
void xf86LockZoom(ScreenPtr pScreen, int lock); void xf86LockZoom(ScreenPtr pScreen, int lock);
void xf86InitViewport(ScrnInfoPtr pScr); void xf86InitViewport(ScrnInfoPtr pScr);