Permalink
Browse files
(test-with-window) now runs under ccl
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/win32/glop-win32.lisp
|
@@ -41,7 +41,7 @@ |
|
|
(push :flags attrs)))
|
|
|
(glop-wgl:wgl-create-specific-context (win32-window-dc win) attrs))
|
|
|
(glop-wgl:wgl-create-context (win32-window-dc win))))
|
|
|
- (unless wgl-ctx
|
|
|
+ (unless (wgl-context-ctx ctx)
|
|
|
(format t "Error creating GL context: ~S~%" (glop-win32:get-last-error)))
|
|
|
(when make-current
|
|
|
(attach-gl-context win ctx))
|
|
|
0 comments on commit
8ef4428