efl/legacy/evas/src/lib/include/evas_engine_api_gl_x11.h

11 lines
190 B
C

#ifndef EVAS_ENGINE_GL_X11_H
#define EVAS_ENGINE_GL_X11_H
#include <X11/Xlib.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glx.h>
extern Evas_Func evas_engine_gl_x11_func;
#endif