Changeset 10231 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jul 4, 2008 2:44:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/darwin/VBoxUtils-darwin.cpp
r10230 r10231 108 108 if (parent) 109 109 { 110 int attr[] = { kHIWindowBitToolbarButton, 0 };111 int err = HIWindowChangeAttributes (::darwinToWindowRef (parent), aShow ? attr:NULL, aShow ? NULL:attr);110 int err = ChangeWindowAttributes (::darwinToWindowRef (parent), aShow ? kWindowToolbarButtonAttribute:kWindowNoAttributes, 111 aShow ? kWindowNoAttributes:kWindowToolbarButtonAttribute); 112 112 AssertCarbonOSStatus (err); 113 113 }
Note:
See TracChangeset
for help on using the changeset viewer.