Index: uspace/lib/gui/window.h
===================================================================
--- uspace/lib/gui/window.h	(revision fa98b26a748eee56958a2e58ecc772de5507a6be)
+++ uspace/lib/gui/window.h	(revision 69b264a9735df226a05998fb3c1faab281862562)
@@ -47,5 +47,5 @@
 #include "widget.h"
 
-typedef struct window {
+struct window {
 	bool is_main; /**< True for the main window of the application. */
 	bool is_decorated; /**< True if the window decorations should be rendered. */
@@ -60,5 +60,5 @@
 	fibril_mutex_t guard; /**< Mutex guarding window surface. */
 	surface_t *surface; /**< Window surface shared with compositor. */
-} window_t;
+};
 
 /**
