windowing/windowserver/wins_switching/ws32_stubs.h
branchNewGraphicsArchitecture
changeset 34 76efc8f9f7b4
parent 26 15986eb6c500
child 40 2ab528493d70
equal deleted inserted replaced
28:c0155353733c 34:76efc8f9f7b4
       
     1 -- ws32_stubs.h
       
     2 ++ ws32_stubs.h
       
     3 @@ -1,5207 +1,5193 @@
     1 /*
     4 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     5 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     6 * All rights reserved.
     4 * This component and the accompanying materials are made available
     7 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     8 * under the terms of "Eclipse Public License v1.0"
  3027 
  3030 
  3028 __declspec(dllexport)
  3031 __declspec(dllexport)
  3029 __declspec(naked)
  3032 __declspec(naked)
  3030 void call_vector_335 ()
  3033 void call_vector_335 ()
  3031 	{
  3034 	{
  3032 	// ; public: void __thiscall RWsSession::SimulateXyInputType(enum TXYInputType)
  3035 	// ; void RWsSession::SimulateXyInputType(int)
  3033 	_asm mov eax, 335
  3036 	_asm mov eax, 335
  3034 	_asm jmp common_dispatch
  3037 	_asm jmp common_dispatch
  3035 	}
  3038 	}
  3036 
  3039 
  3037 __declspec(dllexport)
  3040 __declspec(dllexport)
  5201 	// ; void RWindowBase::SetSurfaceTransparency(int)
  5204 	// ; void RWindowBase::SetSurfaceTransparency(int)
  5202 	_asm mov eax, 576
  5205 	_asm mov eax, 576
  5203 	_asm jmp common_dispatch
  5206 	_asm jmp common_dispatch
  5204 	}
  5207 	}
  5205 
  5208 
  5206 __declspec(dllexport)
       
  5207 __declspec(naked)
       
  5208 void call_vector_577 ()
       
  5209 	{
       
  5210 	// ; class TSize RWindowBase::SizeForEgl(void) const
       
  5211 	_asm mov eax, 577
       
  5212 	_asm jmp common_dispatch
       
  5213 	}
       
  5214 
       
  5215 __declspec(dllexport)
       
  5216 __declspec(naked)
       
  5217 void call_vector_578 ()
       
  5218 	{
       
  5219 	// ; int RWindowBase::FixNativeOrientation(void)
       
  5220 	_asm mov eax, 578
       
  5221 	_asm jmp common_dispatch
       
  5222 	}
       
  5223 
       
  5224 }
  5209 }
  5225 #define MAX_ORDINAL 579
  5210 #define MAX_ORDINAL 577
  5226 
  5211