summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uxa/uxa-accel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uxa/uxa-accel.c b/uxa/uxa-accel.c
index 0d9bf126..19385bd8 100644
--- a/uxa/uxa-accel.c
+++ b/uxa/uxa-accel.c
@@ -41,6 +41,7 @@ format_for_depth(int depth)
{
switch (depth) {
case 1: return PICT_a1;
+ case 4: return PICT_a4;
case 8: return PICT_a8;
case 15: return PICT_x1r5g5b5;
case 16: return PICT_r5g6b5;