Index: uspace/lib/gfx/include/gfx/coord.h
===================================================================
--- uspace/lib/gfx/include/gfx/coord.h	(revision 6301a24fb081993e0e1d27b0a61a9bab72fca055)
+++ uspace/lib/gfx/include/gfx/coord.h	(revision b7eea3c9f68f6a2c4ab07505f34a1dcf45c4bd83)
@@ -55,4 +55,5 @@
 extern bool gfx_rect_is_empty(gfx_rect_t *);
 extern bool gfx_rect_is_incident(gfx_rect_t *, gfx_rect_t *);
+extern bool gfx_rect_is_inside(gfx_rect_t *, gfx_rect_t *);
 extern bool gfx_pix_inside_rect(gfx_coord2_t *, gfx_rect_t *);
 
Index: uspace/lib/gfx/include/types/gfx/bitmap.h
===================================================================
--- uspace/lib/gfx/include/types/gfx/bitmap.h	(revision 6301a24fb081993e0e1d27b0a61a9bab72fca055)
+++ uspace/lib/gfx/include/types/gfx/bitmap.h	(revision b7eea3c9f68f6a2c4ab07505f34a1dcf45c4bd83)
@@ -48,5 +48,7 @@
 typedef enum {
 	/** Enable color key */
-	bmpf_color_key = 0x1
+	bmpf_color_key = 0x1,
+	/** Directly map GC output into this bitmap */
+	bmpf_direct_output = 0x2
 } gfx_bitmap_flags_t;
 
