windowing/windowserver/test/TAutoServer/TAutoServer.cpp
changeset 188 1b081cb0800b
parent 0 5d03bc08d59c
equal deleted inserted replaced
187:9f66f99ee56f 188:1b081cb0800b
    70 #include "TOOM.H"
    70 #include "TOOM.H"
    71 #include "TCapKey.H"
    71 #include "TCapKey.H"
    72 #include "TMULSCREENS.h"
    72 #include "TMULSCREENS.h"
    73 #include "TBUFFERSECURITY.H"
    73 #include "TBUFFERSECURITY.H"
    74 #include "TFLICKERFREE.H"
    74 #include "TFLICKERFREE.H"
       
    75 #include "tdevicerotation.h"
    75 #ifdef TEST_GRAPHICS_WSERV_TAUTOSERVER_NONNGA
    76 #ifdef TEST_GRAPHICS_WSERV_TAUTOSERVER_NONNGA
    76 #include "TFADINGBITMAP.H"
    77 #include "TFADINGBITMAP.H"
    77 #endif
    78 #endif
    78 #include "tcrpanim.h"
    79 #include "tcrpanim.h"
    79 #include "TMemLeakMode.h"
    80 #include "TMemLeakMode.h"
    83 #include "tw32cmdbuf.h"
    84 #include "tw32cmdbuf.h"
    84 #include "tadvancedpointerevent.h"
    85 #include "tadvancedpointerevent.h"
    85 #include "tmultiptrevent.h"
    86 #include "tmultiptrevent.h"
    86 #include "tdrawresource.h"
    87 #include "tdrawresource.h"
    87 #include "twindowsizecache.h"
    88 #include "twindowsizecache.h"
       
    89 
    88 
    90 
    89 /* Path to the script
    91 /* Path to the script
    90 z:\GraphicsTest\gditest.script
    92 z:\GraphicsTest\gditest.script
    91 */
    93 */
    92 
    94 
   307   		testStep = new CTMulScreensStep();
   309   		testStep = new CTMulScreensStep();
   308  	else if(aStepName == KTBufferSecurityStep)
   310  	else if(aStepName == KTBufferSecurityStep)
   309   		testStep = new CTBufferSecurityStep();
   311   		testStep = new CTBufferSecurityStep();
   310    	else if(aStepName == KTFlickerFreeStep)
   312    	else if(aStepName == KTFlickerFreeStep)
   311   		testStep = new CTFlickerFreeStep();
   313   		testStep = new CTFlickerFreeStep();
       
   314     else if(aStepName == KTDeviceRotationStep)
       
   315      testStep = new CTDeviceRotationStep();
   312 #ifdef TEST_GRAPHICS_WSERV_TAUTOSERVER_NONNGA
   316 #ifdef TEST_GRAPHICS_WSERV_TAUTOSERVER_NONNGA
   313 	else if(aStepName == KTFadingBitmapStep)
   317 	else if(aStepName == KTFadingBitmapStep)
   314   		testStep = new CTFadingBitmapStep();
   318   		testStep = new CTFadingBitmapStep();
   315 #endif
   319 #endif
   316 	else if(aStepName == KTCrpAnimStep)
   320 	else if(aStepName == KTCrpAnimStep)