efl/src/modules/evas/engines/drm/evas_outbuf.c

16 lines
239 B
C

#include "evas_common.h"
#include "evas_private.h"
#include "evas_engine.h"
Outbuf *
evas_outbuf_setup(int w, int h, unsigned int rotation, unsigned int depth, Eina_Bool alpha)
{
return NULL;
}
void
evas_outbuf_free(Outbuf *ob)
{
}