summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
9f43f26)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62741
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+// We need this for borderless windows, i.e. shaped windows or windows without
+// a title bar. For more info, see:
+// http://lists.apple.com/archives/cocoa-dev/2008/May/msg02091.html
+- (BOOL)canBecomeKeyWindow
+{
+ return YES;
+}
+
@end
@interface wxNSPanel : NSPanel
@end
@interface wxNSPanel : NSPanel