You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/win32/window_manager.cc
+4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
#include"../window_manager.h"
2
2
#include<windows.h>
3
3
4
+
/**
5
+
* Documentation regarding the `EnumWindowsProc` already seems a bit stale (https://docs.microsoft.com/en-us/previous-versions/windows/desktop/legacy/ms633498(v=vs.85))
6
+
* We should keep this in mind for the future, just in case there should be any deprecations or strange behaviour
0 commit comments