summaryrefslogtreecommitdiff
path: root/make_usable.c
diff options
context:
space:
mode:
Diffstat (limited to 'make_usable.c')
-rw-r--r--make_usable.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/make_usable.c b/make_usable.c
index 6afb8ed..731672b 100644
--- a/make_usable.c
+++ b/make_usable.c
@@ -274,7 +274,8 @@ static void update_depth(Options *op, XConfigScreenPtr screen)
/* update the depth */
if ((op->depth == 8) || (op->depth == 15) ||
- (op->depth == 16) || (op->depth == 24)) {
+ (op->depth == 16) || (op->depth == 24) ||
+ (op->depth == 30)) {
screen->defaultdepth = op->depth;
} else {
/* read the default depth to SVC and set it as the default depth */