[vbox-dev] Resizing of Windows guest not working in SVN Build =>r39104

Perry Halbert phalbert at cox.net
Tue Nov 1 13:28:48 GMT 2011


I diff,ed the file last night on one machine and it worked flawlessly.  
Downloaded r39156 to another this am and it worked as well.  Issue 
resolved.

Thanks Frank & Michael.



On 11/01/2011 04:51 AM, Frank Mehnert wrote:
> Hi Perry,
>
> that change is in r39156.
>
> Kind regards,
>
> Frank
>
> On Tuesday 01 November 2011 00:17:52 Perry Halbert wrote:
>> Thanks Michael,
>>
>> I searched and searched but I got lost trying to find the actual hiccup.
>>
>>
>> Perry
>>
>> On 10/31/2011 06:11 PM, Michael Thayer wrote:
>>> Hello Perry,
>>>
>>> On 10/27/2011 09:28 PM, Perry Halbert wrote:
>>>> I have another issue that I am starting to think has something to
>>>> do with the new builds. In Win7 and Vista (shudder I know but it must
>>>> be tested) I can not resize the guest. log shows a video hint but the
>>>> actual guest area does not grow. I am using the release 4.1.4 now and
>>>> it was working just fine until the update from svn r39104.
>>> My fault, and thanks for spotting it.  The following patch (soon to be
>>> committed to svn) should fix it.
>>>
>>> Regards,
>>>
>>> Michael
>>> --- src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
>>> (revision 74543)
>>> +++ src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
>>> (working copy)
>>> @@ -635,7 +635,7 @@
>>>
>>>               maxSize = QSize(0, 0);
>>>
>>>       }
>>>       ASMAtomicWriteU64(&m_u64MaxGuestSize,
>>>
>>> -                      RT_MAKE_U64(maxSize.width(), maxSize.height()));
>>> +                      RT_MAKE_U64(maxSize.height(), maxSize.width()));
>>>
>>>   }
>>>
>>>   QSize UIMachineView::maxGuestSize()
>
>
> _______________________________________________
> vbox-dev mailing list
> vbox-dev at virtualbox.org
> https://www.virtualbox.org/mailman/listinfo/vbox-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20111101/f37930c3/attachment.html>


More information about the vbox-dev mailing list