File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ extern Bool party_like_its_1989;
6666/* needed by libglx and libglamor (server modules) */
6767extern _X_EXPORT Bool enableIndirectGLX ;
6868
69+ extern int defaultColorVisualClass ;
70+
6971/*
7072 * @brief callback right after one screen's root window has been initialized
7173 *
Original file line number Diff line number Diff line change 88
99extern _X_EXPORT const char * defaultFontPath ;
1010extern _X_EXPORT int monitorResolution ;
11- extern _X_EXPORT int defaultColorVisualClass ;
1211
1312extern _X_EXPORT char * SeatId ;
1413
Original file line number Diff line number Diff line change 3333#include <X11/Xproto.h>
3434
3535#include "dix/colormap_priv.h"
36+ #include "dix/dix_priv.h"
3637#include "mi/mi_priv.h"
3738#include "os/bug_priv.h"
3839#include "os/osdep.h"
You can’t perform that action at this time.
0 commit comments