Commit 99e2acae authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move away from gr_surface.

Change-Id: Id23940a2e92bbfd56a2f2e1e021fb89114830dd4
parent 01869e7a
......@@ -54,7 +54,7 @@ static void clear()
static void draw(const char *resname)
{
gr_surface surface;
GRSurface* surface;
int w, h, x, y;
if (res_create_display_surface(resname, &surface) < 0) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment