fix wm freeze explorer

This commit is contained in:
boreddevnl
2026-03-24 19:34:47 +01:00
parent 31eb7afdc6
commit 92928e55fb
4 changed files with 11 additions and 5 deletions

View File

@@ -75,8 +75,10 @@ void wm_handle_click(int x, int y);
void wm_handle_right_click(int x, int y);
void wm_process_input(void);
void wm_process_deferred_thumbs(void);
void wm_add_window_locked(Window *win);
void wm_add_window(Window *win);
void wm_remove_window(Window *win);
void wm_bring_to_front_locked(Window *win);
void wm_bring_to_front(Window *win);
Window* wm_find_window_by_title(const char *title);