Index: /trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/window.cpp
===================================================================
--- /trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/window.cpp	(revision 54025)
+++ /trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/window.cpp	(revision 54026)
@@ -130,5 +130,5 @@
 int CrFbWindow::SetSize(uint32_t width, uint32_t height, bool fForced)
 {
-    if (!checkInitedUpdating() && !fForced)
+    if (!fForced && !checkInitedUpdating())
     {
         crDebug("CrFbWindow: SetSize request dropped because window is currently updating"
