From 005fe3bc779b171d930fc410dfb266dedcee456f Mon Sep 17 00:00:00 2001
From: Marcus Comstedt <marcus@mc.pp.se>
Date: Fri, 16 Jul 1999 22:02:04 +0200
Subject: [PATCH] glOrtho and glViewport added.

Rev: src/post_modules/GL/features.pike:1.3
---
 src/post_modules/GL/features.pike | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/post_modules/GL/features.pike b/src/post_modules/GL/features.pike
index 9a3a97bd39..4db3f8eab1 100644
--- a/src/post_modules/GL/features.pike
+++ b/src/post_modules/GL/features.pike
@@ -18,6 +18,8 @@ array funcV = ({
 array func_misc = ({
   ({"glClearColor", "V+FFFF"}),
   ({"glFrustum", "VDDDDDD"}),
+  ({"glOrtho", "VDDDDDD"}),
+  ({"glViewport", "VIIII"}),
   ({"glTranslate", "V!RRR"}),
   ({"glScale", "V!RRR"}),
   ({"glRotate", "V!RRRR"}),
-- 
GitLab