*** empty log message ***

original commit: 5821e655ee5d9148e9c2ed431f683018f41ec473
This commit is contained in:
Scott Owens 2002-03-01 07:14:14 +00:00
parent 80467f0f02
commit 11c6f25574

View File

@ -3822,11 +3822,10 @@
(public
[swap-gl-buffers (lambda () (send wx swap-buffers))]
[with-gl-context (lambda (thunk)
(dynamic-wind
(lambda () (send wx this-context-current))
thunk
(lambda () (send wx previous-context-current))))]
(dynamic-wind
(lambda () (send wx this-context-current))
thunk
void))]
[accept-tab-focus (entry-point
(case-lambda
[() (send wx get-tab-focus)]