mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
expose deprecated fb api regardless of COGL_ENABLE_EXPERIMENTAL_2_0_API
test-path for example uses COGL_ENABLE_EXPERIMENTAL_2_0_API to access the 2.0 CoglPath api but also uses deprecated framebuffer api such as cogl_push/pop_framebuffer. Similarly clutter-backend.c builds with COGL_ENABLE_EXPERIMENTAL_2_0_API and uses cogl_set_framebuffer(). Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
1932892b98
commit
8cedb43249
@ -79,7 +79,6 @@
|
||||
#include <cogl/deprecated/cogl-fixed.h>
|
||||
#include <cogl/deprecated/cogl-material-compat.h>
|
||||
#include <cogl/deprecated/cogl-shader.h>
|
||||
#include <cogl/deprecated/cogl-framebuffer-deprecated.h>
|
||||
#include <cogl/deprecated/cogl-texture-deprecated.h>
|
||||
#endif
|
||||
|
||||
@ -88,6 +87,7 @@
|
||||
* they enable the experimental api... */
|
||||
#include <cogl/deprecated/cogl-type-casts.h>
|
||||
|
||||
#include <cogl/deprecated/cogl-framebuffer-deprecated.h>
|
||||
#include <cogl/deprecated/cogl-auto-texture.h>
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user