Include deprecated header for cogl_read_pixels()
Avoids a compiler warning for a missing declaration.
This commit is contained in:
parent
e7ef07652a
commit
c5dc9542d5
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@
|
|||
#include "cogl-attribute-gl-private.h"
|
||||
#include "cogl-clutter.h"
|
||||
|
||||
#include "deprecated/cogl-framebuffer-deprecated.h"
|
||||
|
||||
CoglFuncPtr
|
||||
cogl_get_proc_address (const char* name)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue