Server/Display.cs
changeset 105 4196b0ca97d9
parent 104 189aac7dd3d6
child 108 7dd1d881c142
     1.1 --- a/Server/Display.cs	Wed Feb 04 17:44:25 2015 +0100
     1.2 +++ b/Server/Display.cs	Wed Feb 04 21:55:45 2015 +0100
     1.3 @@ -73,6 +73,11 @@
     1.4  				return;
     1.5  			}
     1.6  
     1.7 +			//Controversially clearing our screen before closing
     1.8 +			//Consider moving this up into the UI layer
     1.9 +			Clear(); 
    1.10 +			SwapBuffers();
    1.11 +			//
    1.12              MiniDisplayClose(iDevice);
    1.13              iDevice = IntPtr.Zero;
    1.14  			//Broadcast closed event