From b2b954cccabb4fe212f902457151fd47b3f0a200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Mon, 23 Oct 2017 13:42:11 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@305 a8b55f48-bf90-11e4-a774-851b48703e85 --- qad/graphic/graphic.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qad/graphic/graphic.cpp b/qad/graphic/graphic.cpp index 6f53f1d..0db6d40 100644 --- a/qad/graphic/graphic.cpp +++ b/qad/graphic/graphic.cpp @@ -4,6 +4,9 @@ #if QT_VERSION >= 0x050100 //# include #endif +#ifndef GL_MULTISAMPLE +# define GL_MULTISAMPLE 0x809D +#endif __GraphicRegistrator__ __graphic_registrator__;