original commit: 6b8feb83bd392690fde3c229866abb14fc56e9d7
This commit is contained in:
Matthew Flatt 2002-03-05 22:46:55 +00:00
parent 51bc13edf1
commit 2624984d62
2 changed files with 4 additions and 6 deletions

View File

@ -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)]

View File

@ -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