Some additiona formatting.

This commit is contained in:
wayo 2013-04-01 21:07:03 -06:00 committed by espes
parent 71cad38563
commit 663ce2b88e
2 changed files with 2 additions and 2 deletions

View File

@ -1493,7 +1493,7 @@ static void kelvin_read_surface(NV2AState *d, KelvinState *kelvin)
static void pgraph_context_init(GraphicsContext *context)
{
context->gl_context = glo_context_create(GLO_FF_DEFAULT);
context->gl_context = glo_context_create(GLO_FF_DEFAULT);
/* TODO: create glo functions for Mac */

View File

@ -10,4 +10,4 @@ obj-gl-y += gloffscreen_common.o
obj-gl-$(CONFIG_WIN32) += gloffscreen_wgl.o
obj-gl-$(CONFIG_LINUX) += gloffscreen_glx.o
obj-gl-$(CONFIG_DARWIN) += gloffscreen_cgl.o
obj-$(CONFIG_OPENGL) += $(obj-gl-y)
obj-$(CONFIG_OPENGL) += $(obj-gl-y)