Skip to content

Commit b75613b

Browse files
committed
20240622
1 parent c5a08f4 commit b75613b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use windows::Win32::Foundation::HWND;
22

33

44
mod utils;
5-
pub struct window_controller{}
5+
pub struct window_controller;
66
impl window_controller{
77
pub fn frameless(hwnd: HWND){
88
utils::controller::frameless(hwnd)

0 commit comments

Comments
 (0)