We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3958ee8 commit ae370d1Copy full SHA for ae370d1
book_src/loading_opengl/win32.md
@@ -590,7 +590,7 @@ pub const WS_CLIPCHILDREN: u32 = 0x02000000;
590
/// neighboring child window.
591
pub const WS_CLIPSIBLINGS: u32 = 0x04000000;
592
593
-pub unsafe fn create_app_window() {
+pub unsafe fn create_app_window(/* ... */) {
594
// ...
595
let hwnd = CreateWindowExW(
596
WS_EX_APPWINDOW | WS_EX_OVERLAPPEDWINDOW,
0 commit comments