Skip to content

Commit 3d9475f

Browse files
committed
cleanup lesson
1 parent 37a5a5f commit 3d9475f

File tree

7 files changed

+1735
-288
lines changed

7 files changed

+1735
-288
lines changed

book_src/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
[Introduction](introduction.md)
33

44
* [Opening a Win32 Window](opening_a_win32_window.md)
5+
* [Win32 Window Cleanup](win32_window_cleanup.md)
6+

book_src/opening_a_win32_window.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,3 +1641,4 @@ wc.hCursor = unsafe { LoadCursorW(null_mut(), IDC_ARROW) };
16411641
Well now our cursor works just fine!
16421642

16431643
The day is saved!
1644+

0 commit comments

Comments
 (0)