Changeset 6682 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 31, 2008 7:58:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r6659 r6682 2104 2104 Assert (status == noErr); 2105 2105 /* For now disable the shadow of the window. This feature cause errors 2106 * if a window in vbox looses focus, is reselected and than moved. 2107 * todo:Search for an option to enable this again. A shadow on every2106 * if a window in vbox looses focus, is reselected and than moved. */ 2107 /** @todo Search for an option to enable this again. A shadow on every 2108 2108 * window has a big coolness factor. */ 2109 2109 ChangeWindowAttributes (WindowRef, kWindowNoShadowAttribute, 0);
Note:
See TracChangeset
for help on using the changeset viewer.