Add HAVE_FBO ifdefs for gl and gx_video as well

This commit is contained in:
twinaphex 2013-03-10 20:25:47 +01:00
parent dd697ded76
commit e7287d19e5
2 changed files with 2 additions and 2 deletions

View File

@ -2309,8 +2309,10 @@ static void gl_apply_state_changes(void *data)
static const video_poke_interface_t gl_poke_interface = {
gl_set_blend,
gl_set_filtering,
#ifdef HAVE_FBO
gl_set_fbo_state,
gl_get_fbo_state,
#endif
gl_set_aspect_ratio,
gl_apply_state_changes,
#ifdef HAVE_RGUI

View File

@ -1038,8 +1038,6 @@ static void gx_apply_state_changes(void *data)
}
static const video_poke_interface_t gx_poke_interface = {
NULL,
NULL,
NULL,
NULL,
gx_set_aspect_ratio,