Update README

This commit is contained in:
DismissedLight
2022-08-12 12:08:35 +08:00
parent ae83399f0f
commit bd23e081fc
2 changed files with 3 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ internal class WindowSubclassManager : IDisposable
private readonly bool isLegacyDragBar;
private HWND hwndDragBar;
// We have to explictly hold a reference to the SUBCLASSPROC
// We have to explictly hold a reference to SUBCLASSPROC
private SUBCLASSPROC? windowProc;
private SUBCLASSPROC? dragBarProc;