Skip to content

Small refactors - #263

Merged
veeenu merged 8 commits into
mainfrom
misc-refactor
Aug 14, 2026
Merged

veeenu merged 8 commits into
mainfrom
misc-refactor

Conversation

@veeenu

@veeenu veeenu commented Aug 14, 2026

Copy link
Copy Markdown
Owner

This PR introduces some small, non-breaking refactors to the codebase.

The only legitimate (still non-breaking) logic change is turning find_process_hwnd into a reentrant function; it used to rely on a global variable, now the correct idiom of passing a LPARAM pointer is used. Safety is satisfied as the found_hwnd variable outlives EnumWindows and is passed in with the same semantics as a mutable binding.

@veeenu
veeenu merged commit 8134c51 into main Aug 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant