wrong super interface
original commit: 67d17645c425509f99d57da752c08f68fbcafe99
This commit is contained in:
parent
b16c4e9076
commit
1f69a824fa
|
@ -133,7 +133,7 @@
|
|||
get-filename
|
||||
make-visible))
|
||||
|
||||
(define focus-table<%> (interface ((class->interface frame%))))
|
||||
(define focus-table<%> (interface (top-level-window<%>)))
|
||||
(define focus-table-mixin
|
||||
(mixin (top-level-window<%>) (focus-table<%>)
|
||||
(inherit get-eventspace)
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@definterface[frame:focus-table<%> (frame%)]{}
|
||||
@definterface[frame:focus-table<%> (top-level-window<%>)]{}
|
||||
|
||||
@defmixin[frame:focus-table-mixin (frame%) (frame:focus-table<%>)]{
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user