Index: uspace/lib/ui/private/resource.h
===================================================================
--- uspace/lib/ui/private/resource.h	(revision 77ffa018e96bf200a6d7a188492a0574ecda4c99)
+++ uspace/lib/ui/private/resource.h	(revision 760a392a0f9cc393fad7d66a2ba811cc4e11dc79)
@@ -42,4 +42,5 @@
 #include <gfx/font.h>
 #include <gfx/typeface.h>
+#include <stdbool.h>
 
 /** Actual structure of UI resources.
@@ -54,4 +55,6 @@
 	/** Font */
 	gfx_font_t *font;
+	/** Text mode */
+	bool textmode;
 
 	/** Button frame color */
