*** empty log message ***
original commit: 5821e655ee5d9148e9c2ed431f683018f41ec473
This commit is contained in:
parent
80467f0f02
commit
11c6f25574
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user