Index: uspace/app/gfxdemo/gfxdemo.c
===================================================================
--- uspace/app/gfxdemo/gfxdemo.c	(revision d18f3b796e5ff97a8574710b483a29fd38903a3c)
+++ uspace/app/gfxdemo/gfxdemo.c	(revision 7b882c1fb956e7997643c445ef2c7aed9e2891ff)
@@ -54,5 +54,5 @@
  * @param h Height
  */
-static errno_t demo_rects(gfx_context_t *gc, int w, int h)
+static errno_t demo_rects(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
 {
 	gfx_color_t *color = NULL;
@@ -96,5 +96,5 @@
  * @param h Height
  */
-static errno_t demo_bitmap(gfx_context_t *gc, int w, int h)
+static errno_t demo_bitmap(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
 {
 	gfx_bitmap_t *bitmap;
@@ -160,5 +160,5 @@
  * @param h Height
  */
-static errno_t demo_loop(gfx_context_t *gc, int w, int h)
+static errno_t demo_loop(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
 {
 	errno_t rc;
@@ -215,5 +215,5 @@
 	surface_t *surface = NULL;
 	canvas_t *canvas = NULL;
-	int vw, vh;
+	gfx_coord_t vw, vh;
 	errno_t rc;
 
