mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
dix: unexport GrabInProgress
Only internally within OS layer and screen saver logic, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
805dec1661
commit
b0ac921156
@@ -36,6 +36,7 @@ in this Software without prior written authorization from the X Consortium.
|
||||
#include "dix/colormap_priv.h"
|
||||
#include "dix/cursor_priv.h"
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/dixgrabs_priv.h"
|
||||
#include "dix/request_priv.h"
|
||||
#include "dix/screensaver_priv.h"
|
||||
#include "dix/window_priv.h"
|
||||
|
||||
@@ -12,6 +12,12 @@
|
||||
#include "input.h"
|
||||
#include "cursor.h"
|
||||
|
||||
/* @brief tells which client ID currently has a grab
|
||||
*
|
||||
* used by OS layer and screensaver
|
||||
*/
|
||||
extern int GrabInProgress;
|
||||
|
||||
struct _GrabParameters;
|
||||
|
||||
/**
|
||||
|
||||
@@ -18,7 +18,6 @@ extern _X_EXPORT const char *defaultFontPath;
|
||||
extern _X_EXPORT int monitorResolution;
|
||||
extern _X_EXPORT int defaultColorVisualClass;
|
||||
|
||||
extern _X_EXPORT int GrabInProgress;
|
||||
extern _X_EXPORT char *SeatId;
|
||||
|
||||
#endif /* !_XSERV_GLOBAL_H_ */
|
||||
|
||||
@@ -92,6 +92,7 @@ SOFTWARE.
|
||||
#endif /* WIN32 */
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/dixgrabs_priv.h"
|
||||
#include "dix/server_priv.h"
|
||||
#include "os/audit_priv.h"
|
||||
#include "os/auth.h"
|
||||
|
||||
Reference in New Issue
Block a user