]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 9 Jun 2008 21:38:27 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox-no-screen-size-limit.patch -> 1.2

VirtualBox-no-screen-size-limit.patch [deleted file]

diff --git a/VirtualBox-no-screen-size-limit.patch b/VirtualBox-no-screen-size-limit.patch
deleted file mode 100644 (file)
index 09539f2..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -urN VirtualBox-1.6.0_OSE.orig/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp VirtualBox-1.6.0_OSE/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp
---- VirtualBox-1.6.0_OSE.orig/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp    2008-05-13 13:28:35.000000000 +0200
-+++ VirtualBox-1.6.0_OSE/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp 2008-05-13 13:29:45.000000000 +0200
-@@ -204,12 +204,6 @@
-     if (!aSupported)
-         return E_POINTER;
-     *aSupported = TRUE;
--    QRect screen = mView->getDesktopGeometry();
--    if (aWidth > (ULONG) screen.width())
--        *aSupported = FALSE;
--    if (aHeight > (ULONG) screen.height())
--        *aSupported = FALSE;
--    LogFlowThisFunc(("returning aSupported=%d\n", *aSupported));
-     return S_OK;
- }
This page took 0.118416 seconds and 4 git commands to generate.