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 @@ -63,6 +63,8 @@ extern Bool party_like_its_1989;
6363/* needed by libglx and libglamor (server modules) */
6464extern _X_EXPORT Bool enableIndirectGLX ;
6565
66+ extern int defaultColorVisualClass ;
67+
6668/*
6769 * @brief callback right after one screen's root window has been initialized
6870 *
Original file line number Diff line number Diff line change 1616
1717extern _X_EXPORT const char * defaultFontPath ;
1818extern _X_EXPORT int monitorResolution ;
19- extern _X_EXPORT int defaultColorVisualClass ;
2019
2120extern _X_EXPORT char * SeatId ;
2221
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