tvout/tvoutengine/inc/glxhdmicontainer.h
changeset 43 72396548277c
parent 26 c499df2dbb33
child 52 a3a4c0de738e
child 55 fb37077c270f
equal deleted inserted replaced
42:5e1df1b52eb3 43:72396548277c
    61      * Create a screendevice  
    61      * Create a screendevice  
    62      */
    62      */
    63     void CreateHdmiWindowL();
    63     void CreateHdmiWindowL();
    64     
    64     
    65 private:
    65 private:
    66     TRect iRect;
    66     TRect               iRect;
    67     RWsSession iSession;
    67     RWsSession          iSession;
    68     RWindow             iWsWindow;
    68     RWindow             iWsWindow;
    69     CWsScreenDevice* iScreenDevice;    
    69     CWsScreenDevice*    iScreenDevice;    
    70     RWindowGroup        iWsWindowGroup;
    70     RWindowGroup        iWsWindowGroup;
    71     CWindowGc*          iWindowGc;
    71     CWindowGc*          iWindowGc;
    72     TInt                iWsWindowGroupID;
    72     TInt                iWsWindowGroupID;
    73     };
    73     };
    74 
    74