File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ we need to set `CS_OWNDC` in the `style` field so that each window has its own d
4141If we search for ` CS_OWNDC ` [ in the MSDN pages] ( https://docs.microsoft.com/en-us/search/?scope=Desktop&terms=CS_OWNDC ) ,
4242it leads us to the [ Window Class Styles] ( https://docs.microsoft.com/en-us/windows/win32/winmsg/window-class-styles ) page.
4343Ah, 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) ,
4545but if we glance at the other options there's mostly stuff we don't need.
4646Interestingly, it looks like maybe you need to enable double-click support on your window if you want it?
4747We don't need that now, but just something to remember if you want it later on.
You can’t perform that action at this time.
0 commit comments