.
original commit: 6b8feb83bd392690fde3c229866abb14fc56e9d7
This commit is contained in:
parent
51bc13edf1
commit
2624984d62
|
@ -3822,10 +3822,8 @@
|
|||
(public
|
||||
[swap-gl-buffers (lambda () (send wx swap-buffers))]
|
||||
[with-gl-context (lambda (thunk)
|
||||
(dynamic-wind
|
||||
(lambda () (send wx this-context-current))
|
||||
thunk
|
||||
void))]
|
||||
(parameterize ([wx:current-gl-context (mred->wx this)])
|
||||
(thunk)))]
|
||||
[accept-tab-focus (entry-point
|
||||
(case-lambda
|
||||
[() (send wx get-tab-focus)]
|
||||
|
|
|
@ -331,7 +331,6 @@
|
|||
on-size
|
||||
on-set-focus
|
||||
on-kill-focus
|
||||
previous-context-current
|
||||
this-context-current
|
||||
swap-buffers
|
||||
on-scroll
|
||||
|
@ -1397,7 +1396,8 @@
|
|||
set-menu-tester
|
||||
location->window
|
||||
set-dialogs
|
||||
set-executer)
|
||||
set-executer
|
||||
current-gl-context)
|
||||
|
||||
)
|
||||
;; end
|
||||
|
|
Loading…
Reference in New Issue
Block a user