tvout/tvoutengine/inc/glxhdmicontainer.h
changeset 36 6481344a6d67
parent 26 c499df2dbb33
child 52 a3a4c0de738e
child 55 fb37077c270f
equal deleted inserted replaced
33:1ee2af37811f 36:6481344a6d67
    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