Index: uspace/lib/display/include/display/wndresize.h
===================================================================
--- uspace/lib/display/include/display/wndresize.h	(revision 9242ad96749c6886b0320f48e90dcb84d6e773cc)
+++ uspace/lib/display/include/display/wndresize.h	(revision cea9f0cdb1a2d2752bc931602d11342eb862c44e)
@@ -36,5 +36,10 @@
 #define _LIBDISPLAY_DISPLAY_WNDRESIZE_H_
 
+#include <stdbool.h>
+#include "../types/display/cursor.h"
 #include "../types/display/wndresize.h"
+
+extern display_stock_cursor_t display_cursor_from_wrsz(display_wnd_rsztype_t);
+extern bool display_wndrsz_valid(display_wnd_rsztype_t);
 
 #endif
