GLPlatform not available in OpenGL ES
Should be replaced by a short implementation
This commit is contained in:
parent
2db7538891
commit
70e167aca7
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <ios>
|
||||
|
||||
#ifdef KWIN_HAVE_OPENGL
|
||||
#ifndef KWIN_HAVE_OPENGLES
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
@ -832,5 +833,6 @@ bool GLPlatform::isIntel() const
|
|||
|
||||
} // namespace KWin
|
||||
|
||||
#endif // KWIN_HAVE_OPENGLES
|
||||
#endif // KWIN_HAVE_OPENGL
|
||||
|
||||
|
|
Loading…
Reference in a new issue