Skip to content

Commit 6f85388

Browse files
committed
#22 Mathy asked nicely.
1 parent aeb92cb commit 6f85388

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
@@ -41,7 +41,7 @@ we need to set `CS_OWNDC` in the `style` field so that each window has its own d
4141
If we search for `CS_OWNDC` [in the MSDN pages](https://docs.microsoft.com/en-us/search/?scope=Desktop&terms=CS_OWNDC),
4242
it leads us to the [Window Class Styles](https://docs.microsoft.com/en-us/windows/win32/winmsg/window-class-styles) page.
4343
Ah, so many things to look at.
44-
We know we want `CS_OWNDC`,
44+
We know we want `CS_OWNDC` (Class Style: Own Device Context),
4545
but if we glance at the other options there's mostly stuff we don't need.
4646
Interestingly, it looks like maybe you need to enable double-click support on your window if you want it?
4747
We don't need that now, but just something to remember if you want it later on.

0 commit comments

Comments
 (0)