diff src/video/x11/SDL_x11shape.c @ 4789:a6bc01875d20

Fixed a pair of syntax errors.
author Eli Gottlieb <eligottlieb@gmail.com>
date Sun, 11 Jul 2010 17:11:22 -0400
parents e25ad8d97027
children e07cd9e86d7a
line wrap: on
line diff
--- a/src/video/x11/SDL_x11shape.c	Fri Jul 09 20:24:44 2010 -0400
+++ b/src/video/x11/SDL_x11shape.c	Sun Jul 11 17:11:22 2010 -0400
@@ -33,7 +33,7 @@
 	result->usershownflag = 0;
 	result->driverdata = malloc(sizeof(SDL_ShapeData));
 	window->shaper = result;
-	int resized_properly = X11ResizeWindowShape(window);
+	int resized_properly = X11_ResizeWindowShape(window);
 	assert(resized_properly == 0);
 	return result;
 }