]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.c
gave names to nearly all structs and enums which should make for better C++ error...
[xonotic/darkplaces.git] / gl_backend.c
index 61e606fea084a01441e68d9c1cadaf2c26694aac..57372862ce74073896f3affd21929106b458be53 100644 (file)
@@ -407,7 +407,7 @@ typedef struct gltextureunit_s
 }
 gltextureunit_t;
 
-static struct
+static struct gl_state_s
 {
        int blendfunc1;
        int blendfunc2;