]> Git Repo - qemu.git/blobdiff - ui/sdl_zoom.c
spapr: Consider max_cpus during xics initialization
[qemu.git] / ui / sdl_zoom.c
index 122027cb365d53367ef02bc8552245a22d9eb481..2625c4557eccc36dd02d15b493558a1b5ab9e311 100644 (file)
 
 #include "sdl_zoom.h"
 #include "qemu/osdep.h"
+#include <glib.h>
 #include <stdint.h>
 #include <stdio.h>
 
-static int sdl_zoom_rgb16(SDL_Surface *src, SDL_Surface *dst, int smooth,
-                          SDL_Rect *dst_rect);
-static int sdl_zoom_rgb32(SDL_Surface *src, SDL_Surface *dst, int smooth,
-                          SDL_Rect *dst_rect);
+static void sdl_zoom_rgb16(SDL_Surface *src, SDL_Surface *dst, int smooth,
+                           SDL_Rect *dst_rect);
+static void sdl_zoom_rgb32(SDL_Surface *src, SDL_Surface *dst, int smooth,
+                           SDL_Rect *dst_rect);
 
 #define BPP 32
 #include  "sdl_zoom_template.h"
This page took 0.024335 seconds and 4 git commands to generate.