]> Git Repo - qemu.git/blobdiff - curses.c
Fix warning about incompatible types
[qemu.git] / curses.c
index 96b6e49332b1e84bedfd71e19b8568e4ea8b8d40..7c82377eff1f34f3acb58c5537f54c6a89a4d8a1 100644 (file)
--- a/curses.c
+++ b/curses.c
@@ -60,7 +60,7 @@ static void curses_update(DisplayState *ds, int x, int y, int w, int h)
 
 static void curses_calc_pad(void)
 {
-    if (is_graphic_console()) {
+    if (is_fixedsize_console()) {
         width = gwidth;
         height = gheight;
     } else {
This page took 0.022811 seconds and 4 git commands to generate.