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
41
41
If we search for ` CS_OWNDC ` [ in the MSDN pages] ( https://docs.microsoft.com/en-us/search/?scope=Desktop&terms=CS_OWNDC ) ,
42
42
it leads us to the [ Window Class Styles] ( https://docs.microsoft.com/en-us/windows/win32/winmsg/window-class-styles ) page.
43
43
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) ,
45
45
but if we glance at the other options there's mostly stuff we don't need.
46
46
Interestingly, it looks like maybe you need to enable double-click support on your window if you want it?
47
47
We 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