Skip to content

Commit ae370d1

Browse files
committed
sample code clarification.
1 parent 3958ee8 commit ae370d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book_src/loading_opengl/win32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ pub const WS_CLIPCHILDREN: u32 = 0x02000000;
590590
/// neighboring child window.
591591
pub const WS_CLIPSIBLINGS: u32 = 0x04000000;
592592

593-
pub unsafe fn create_app_window() {
593+
pub unsafe fn create_app_window(/* ... */) {
594594
// ...
595595
let hwnd = CreateWindowExW(
596596
WS_EX_APPWINDOW | WS_EX_OVERLAPPEDWINDOW,

0 commit comments

Comments
 (0)