File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ in this Software without prior written authorization from the X Consortium.
3636#include "dix/colormap_priv.h"
3737#include "dix/cursor_priv.h"
3838#include "dix/dix_priv.h"
39+ #include "dix/dixgrabs_priv.h"
3940#include "dix/request_priv.h"
4041#include "dix/screensaver_priv.h"
4142#include "dix/window_priv.h"
Original file line number Diff line number Diff line change 1212#include "input.h"
1313#include "cursor.h"
1414
15+ /* @brief tells which client ID currently has a grab
16+ *
17+ * used by OS layer and screensaver
18+ */
19+ extern int GrabInProgress ;
20+
1521struct _GrabParameters ;
1622
1723/**
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ extern _X_EXPORT const char *defaultFontPath;
1818extern _X_EXPORT int monitorResolution ;
1919extern _X_EXPORT int defaultColorVisualClass ;
2020
21- extern _X_EXPORT int GrabInProgress ;
2221extern _X_EXPORT char * SeatId ;
2322
2423#endif /* !_XSERV_GLOBAL_H_ */
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ SOFTWARE.
9292#endif /* WIN32 */
9393
9494#include "dix/dix_priv.h"
95+ #include "dix/dixgrabs_priv.h"
9596#include "dix/server_priv.h"
9697#include "os/audit_priv.h"
9798#include "os/auth.h"
You can’t perform that action at this time.
0 commit comments