javauis/lcdui_qt/src/javax/microedition/lcdui/CustomItemBufferSymbian.java
changeset 57 59b3b4473dc8
parent 35 85266cc22c7f
equal deleted inserted replaced
56:abc41079b313 57:59b3b4473dc8
    37     }
    37     }
    38 
    38 
    39     protected void init() 
    39     protected void init() 
    40     {
    40     {
    41     	super.init();
    41     	super.init();
    42     	surface = Internal_PackageSupport.getWindowsurface(host.layouter.dfi.getForm().getContentComp().getShell());
    42     	surface = Internal_PackageSupport.getWindowsurface(host.layouter.formLayouter.getForm().getContentComp().getShell());
    43     }
    43     }
    44     
    44     
    45     int getHostType()
    45     int getHostType()
    46     {
    46     {
    47         return HOST_TYPE_CUSTOMITEM;
    47         return HOST_TYPE_CUSTOMITEM;