Index: uspace/lib/congfx/src/console.c
===================================================================
--- uspace/lib/congfx/src/console.c	(revision bea947f408d47e1cbc0f0bf0321d45f2f00ad11a)
+++ uspace/lib/congfx/src/console.c	(revision c8e1f933282d7ec1a4617eb97b3eb396813174fe)
@@ -206,4 +206,8 @@
 	errno_t rc;
 
+	/* Check that we support all requested flags */
+	if ((params->flags & ~bmpf_color_key) != 0)
+		return ENOTSUP;
+
 	cbm = calloc(1, sizeof(console_gc_bitmap_t));
 	if (cbm == NULL)
