Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-sgix_framezoom.lisp
blobce9a8339b0951ba191c7127516f369ae7ad0381b
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl)
5 ;;;; sgix_framezoom
7 (defglextfun "FrameZoomSGIX" frame-zoom-sgix :return "void" :args
8 ((:name |factor| :type |CheckedInt32| :direction :in)) :category
9 "SGIX_framezoom" :deprecated nil :version "1.0")
10 (make-extension-loader |SGIX_framezoom|
11 (("FrameZoomSGIX" frame-zoom-sgix :return "void" :args
12 ((:name |factor| :type |CheckedInt32| :direction :in)) :category
13 "SGIX_framezoom" :deprecated nil :version "1.0")))