From a022990ab17894595bb13be19a612742e1420ae4 Mon Sep 17 00:00:00 2001 From: William Robinson Date: Sun, 21 Oct 2007 16:50:03 +0100 Subject: [PATCH] Added some forgotten types for export. --- lib/opengl.lisp | 2 +- src/opengl-template.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/opengl.lisp b/lib/opengl.lisp index 218fe81..bfc568b 100644 --- a/lib/opengl.lisp +++ b/lib/opengl.lisp @@ -4,7 +4,7 @@ (:shadow boolean byte float char string) (:export enum boolean bitfield byte short int sizei ubyte ushort uint float clampf - double clampd void intptr sizeiptr char + double clampd void uint64 int64 intptr sizeiptr handle char string half +current-bit+ +point-bit+ diff --git a/src/opengl-template.lisp b/src/opengl-template.lisp index 6c6530d..3e21960 100644 --- a/src/opengl-template.lisp +++ b/src/opengl-template.lisp @@ -4,7 +4,7 @@ (:shadow boolean byte float char string) (:export enum boolean bitfield byte short int sizei ubyte ushort uint float clampf - double clampd void intptr sizeiptr char + double clampd void uint64 int64 intptr sizeiptr handle char string half @EXPORTS@)) (in-package #:opengl) -- 2.11.4.GIT