From 3b471b9534d353a7935c0ec7a9854fe213bd7b3e Mon Sep 17 00:00:00 2001 From: William Robinson Date: Sun, 28 Oct 2007 21:25:02 +0000 Subject: [PATCH] Package name change. --- src/opengl-template.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/opengl-template.lisp b/src/opengl-template.lisp index e631bc8..1b721d5 100644 --- a/src/opengl-template.lisp +++ b/src/opengl-template.lisp @@ -1,6 +1,6 @@ -(defpackage #:opengl +(defpackage #:cl-glfw-opengl (:use #:cffi #:cl) - (:nicknames #:gl) + (:nicknames #:gl #:opengl) (:shadow #:boolean #:byte #:float #:char #:string) (:export #:enum #:boolean #:bitfield #:byte #:short #:int #:sizei #:ubyte #:ushort #:uint @@ -230,4 +230,4 @@ #-win32 (wrapped-gl-function-definition func-spec)) -@BODY@ \ No newline at end of file +@BODY@ -- 2.11.4.GIT