uiacceltk/hitchcock/ServerCore/Inc/alfstreamerconsts.h
branchRCL_3
changeset 6 10534483575f
parent 3 d8a3531bc6b8
child 7 88b23e2e82e1
equal deleted inserted replaced
5:433cbbb6a04b 6:10534483575f
    36     EAlfBridgerRequestDataBlock,
    36     EAlfBridgerRequestDataBlock,
    37     EDsNotifyNativeWindowData,
    37     EDsNotifyNativeWindowData,
    38     EAlfBridgerBlindSend,
    38     EAlfBridgerBlindSend,
    39     EAlfSetScreenRotation, 
    39     EAlfSetScreenRotation, 
    40     EAlfGetNativeWindowHandles,
    40     EAlfGetNativeWindowHandles,
    41     EAlfSynchronize
    41     EAlfSynchronize,
       
    42     EAlfPostDataToCompositionClient,
       
    43     EAlfPostDataToCompositionTarget,
       
    44     EAlfGetListOfWGsHavingInactiveSurfaces, 
       
    45     EAlfQueueRequestBGSessions
    42     };
    46     };
    43 
    47 
    44 enum TAlfCompOps{
    48 enum TAlfCompOps{
    45     KAlfCompOpCreateSource = 15000,   
    49     KAlfCompOpCreateSource = 15000,   
    46     KAlfCompOpCreateToken,
    50     KAlfCompOpCreateToken,
    63     KAlfCompositionTargetCreated,
    67     KAlfCompositionTargetCreated,
    64     KAlfCompositionWServReady,
    68     KAlfCompositionWServReady,
    65     KAlfCompositionWServScreenNumber,
    69     KAlfCompositionWServScreenNumber,
    66     KAlfCompositionSourceScreenNumber,
    70     KAlfCompositionSourceScreenNumber,
    67     KAlfCompositionGoodOnGraphicsMemory,
    71     KAlfCompositionGoodOnGraphicsMemory,
    68     KAlfCompositionTargetVisible
    72     KAlfCompositionTargetVisible,
       
    73     KAlfCompositionTargetHiddenBGAnim,
       
    74     KAlfCompositionTargetVisibleBGAnim,
    69     
    75     
    70     };
    76     };
    71 
    77 
    72 struct TAlfNativeWindowData
    78 struct TAlfNativeWindowData
    73     {
    79     {