Skip to content

Commit

Permalink
lock window while selecting file
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-bungalow committed Oct 20, 2024
1 parent 27aeb77 commit c0095aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/types.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
use std::{num::NonZeroIsize, ptr::NonNull};

use crate::{preprocessing, u15_conversion::*, window_handle::WindowAndDisplayHandle};
use after_effects as ae;
use serde::{Deserialize, Serialize};
use tweak_shader::wgpu::{self, Device, Queue};

Expand Down
1 change: 0 additions & 1 deletion src/window_handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pub struct WindowAndDisplayHandle {

impl WindowAndDisplayHandle {
/// Safety: The window handle must be valid for however long you intend to use it for

pub fn try_get_main_handles() -> Result<Self, Error> {
let suite = after_effects::aegp::suites::Utility::new()?;
let win = suite.main_hwnd()?;
Expand Down

0 comments on commit c0095aa

Please sign in to comment.