Changeset 24451 in vbox
- Timestamp:
- Nov 6, 2009 3:37:53 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r24435 r24451 361 361 VBOX_WITH_HGSMI=1 362 362 # Enable Video 2D Acceleration 363 if1of ($(KBUILD_TARGET),win linux )363 if1of ($(KBUILD_TARGET),win linux darwin) 364 364 VBOX_WITH_VIDEOHWACCEL = 1 365 365 endif -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r24448 r24451 2807 2807 } 2808 2808 } 2809 #ifdef DEBUG_misha 2809 2810 Assert(bFound); 2811 #endif 2810 2812 if(!bFound) 2811 2813 { 2814 #ifdef DEBUG_misha 2812 2815 Assert(0); 2816 #endif 2813 2817 pCmd->u.out.ErrInfo = -1; 2814 2818 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.