*** empty log message ***
original commit: 5821e655ee5d9148e9c2ed431f683018f41ec473
This commit is contained in:
parent
80467f0f02
commit
11c6f25574
|
@ -3822,11 +3822,10 @@
|
||||||
(public
|
(public
|
||||||
[swap-gl-buffers (lambda () (send wx swap-buffers))]
|
[swap-gl-buffers (lambda () (send wx swap-buffers))]
|
||||||
[with-gl-context (lambda (thunk)
|
[with-gl-context (lambda (thunk)
|
||||||
(dynamic-wind
|
(dynamic-wind
|
||||||
(lambda () (send wx this-context-current))
|
(lambda () (send wx this-context-current))
|
||||||
thunk
|
thunk
|
||||||
(lambda () (send wx previous-context-current))))]
|
void))]
|
||||||
|
|
||||||
[accept-tab-focus (entry-point
|
[accept-tab-focus (entry-point
|
||||||
(case-lambda
|
(case-lambda
|
||||||
[() (send wx get-tab-focus)]
|
[() (send wx get-tab-focus)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user