aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layers/draw_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/draw_state.c b/layers/draw_state.c
index 0b7bfc78..39745d15 100644
--- a/layers/draw_state.c
+++ b/layers/draw_state.c
@@ -1311,7 +1311,7 @@ static void dsDumpDot(const XGL_CMD_BUFFER cb, FILE* pOutFile)
fprintf(pOutFile, "<TR><TD PORT=\"slot%u\">slot%u</TD></TR>", i, i);
}
}
- static const uint32_t NUM_COLORS = 7;
+#define NUM_COLORS 7
char* edgeColors[NUM_COLORS];
edgeColors[0] = "0000ff";
edgeColors[1] = "ff00ff";