define missing defines if nessary

icc-effect-5.14.5
Christoph Thielecke 2012-03-22 15:10:30 +01:00
parent 2440a67990
commit 99b233e2ed
1 changed files with 9 additions and 0 deletions

View File

@ -58,6 +58,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define GL_FRAMEBUFFER_COMPLETE GL_FRAMEBUFFER_COMPLETE_EXT
#endif
#ifndef GL_DRAW_FRAMEBUFFER
#define GL_DRAW_FRAMEBUFFER 0x8CA9
#endif
#ifndef GL_READ_FRAMEBUFFER
#define GL_READ_FRAMEBUFFER 0x8CA8
#endif
#include <fixx11h.h>
namespace KWin