summaryrefslogtreecommitdiff
path: root/src/lib/ector/software/ector_software_surface.eo
blob: fd0c174d37e35e064af28e0b542b14d6de1b0fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
class Ector.Software.Surface (Ector.Software.Buffer, Ector.Surface)
{
   eo_prefix: ector_software_surface;
   methods {}
   implements {
      Ector.Surface.renderer_factory_new;
      Ector.Surface.reference_point.set;
      Efl.Object.destructor;
      Efl.Object.constructor;
   }
}