Creating a window with attributes on Mac with NewCWindow
Posted
by Manoj Awasthi
on Stack Overflow
See other posts from Stack Overflow
or by Manoj Awasthi
Published on 2010-06-03T16:11:10Z
Indexed on
2010/06/03
16:14 UTC
Read the original article
Hit count: 268
mac
I want to create a window on Mac with kWindowCompositingAttribute. Windows in my code are using NewCWindow (and not CreateNewWindow) (legacy code).
Before I jump on to CreateNewWindow, I wanted to check if there is some way to enable this attribute using NewCWindow().
© Stack Overflow or respective owner