Co-authored-by: Osspial <osspial@gmail.com>
This commit is contained in:
parent
2191e9ecd5
commit
b1e22aa559
5 changed files with 40 additions and 6 deletions
|
|
@ -82,7 +82,7 @@ lazy_static! {
|
|||
pub(crate) struct SubclassInput<T: 'static> {
|
||||
pub window_state: Arc<Mutex<WindowState>>,
|
||||
pub event_loop_runner: EventLoopRunnerShared<T>,
|
||||
pub file_drop_handler: FileDropHandler,
|
||||
pub file_drop_handler: Option<FileDropHandler>,
|
||||
}
|
||||
|
||||
impl<T> SubclassInput<T> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue