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

11 lines
190 B
C
Raw Normal View History

2002-11-08 00:02:15 -08:00
#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