set stfb->Base.Initialized

This commit is contained in:
Brian
2007-11-03 10:25:59 -06:00
parent e9d2156edf
commit ed8774e920
+3
View File
@@ -83,6 +83,9 @@ struct st_framebuffer *st_create_framebuffer( const __GLcontextModes *visual )
GL_FALSE, /* never sw alpha */
GL_FALSE /* never sw aux */ );
stfb->Base.Initialized = GL_TRUE;
}
return stfb;
}