commonsys-intf: add split window interface.
Add an interface which allow users to get split window layers info. Change-Id: Ifca373901498aaa3102d9a025ad79d1ffb4436e6
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
2583c250c2
commit
fd0e54f9fd
@@ -50,6 +50,7 @@ class LayerExtnIntf {
|
|||||||
public:
|
public:
|
||||||
virtual ~LayerExtnIntf() = default;
|
virtual ~LayerExtnIntf() = default;
|
||||||
virtual int GetLayerClass(const std::string &name) = 0;
|
virtual int GetLayerClass(const std::string &name) = 0;
|
||||||
|
virtual void UpdateLayerState(const std::vector<std::string> &layers, int num_layers) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef bool (*CreateLayerExtnInterface)(uint16_t version, LayerExtnIntf **interface);
|
typedef bool (*CreateLayerExtnInterface)(uint16_t version, LayerExtnIntf **interface);
|
||||||
|
|||||||
Reference in New Issue
Block a user