added missing define if nessary (compile fix for lenny)

svn path=/trunk/KDE/kdebase/workspace/; revision=1184229
This commit is contained in:
Christoph Thielecke 2010-10-09 13:53:50 +00:00
parent 3ea508cd8a
commit 2175722fe9

View file

@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "kwinglutils.h"
#ifdef KWIN_HAVE_OPENGL
#include "kwinglobals.h"
#include "kwineffects.h"
@ -38,6 +37,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MAKE_GL_VERSION(major, minor, release) ( ((major) << 16) | ((minor) << 8) | (release) )
#ifndef GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
#endif
namespace KWin
{