windowing/windowserver/nonnga/SERVER/CLIENT.CPP
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
     1 // Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1994-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  1142 #if defined(__WINS__)
  1142 #if defined(__WINS__)
  1143 		case EWsClOpRemoveKeyCode:
  1143 		case EWsClOpRemoveKeyCode:
  1144 			iRemoveKeyCode=*pData.Bool;
  1144 			iRemoveKeyCode=*pData.Bool;
  1145 			break;
  1145 			break;
  1146 		case EWsClOpSimulateXyInput:
  1146 		case EWsClOpSimulateXyInput:
  1147 			WsPointer::SetXyInputType(*pData.XyInput);
  1147 			WsPointer::SetXyInputType(static_cast<TXYInputType>(*pData.XyInput));
  1148 			break;
  1148 			break;
  1149 #endif
  1149 #endif
  1150 		case EWsClOpNoFlickerFree:
  1150 		case EWsClOpNoFlickerFree:
  1151 			{
  1151 			{
  1152 			// should only be used by WServ test code
  1152 			// should only be used by WServ test code