(360) fix 360 build

This commit is contained in:
TwinAphex51224 2012-05-30 17:24:02 +02:00
parent 3e6a10ffb6
commit e9cf861f7f

View File

@ -51,11 +51,6 @@ void gfx_ctx_check_window(bool *quit,
*resize = true;
}
bool gfx_ctx_window_has_focus(void)
{
return true;
}
void gfx_ctx_set_resize(unsigned width, unsigned height) { }
#ifndef HAVE_GRIFFIN
@ -64,6 +59,11 @@ void gfx_ctx_swap_buffers(void)
xdk360_video_t *d3d9 = (xdk360_video_t*)driver.video_data;
d3d9->d3d_render_device->Present(NULL, NULL, NULL, NULL);
}
bool gfx_ctx_window_has_focus(void)
{
return true;
}
#endif
bool gfx_ctx_menu_init(void)