--- deliantra/Deliantra-Client/Client.xs 2006/06/14 16:20:21 1.113 +++ deliantra/Deliantra-Client/Client.xs 2006/06/14 18:02:00 1.114 @@ -1040,7 +1040,7 @@ } void -draw_quad (SV *self, float x, float y, float w = 0, float h = 0) +draw_quad (SV *self, float x, float y, float w = 0., float h = 0.) PROTOTYPE: $$$;$$ ALIAS: draw_quad_alpha = 1 @@ -1723,6 +1723,8 @@ int glGetError () +void glFinish () + void glClear (int mask) void glClearColor (float r, float g, float b, float a = 1.0)