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:
wangling
2020-05-18 22:16:35 +08:00
committed by Gerrit - the friendly Code Review server
parent 2583c250c2
commit fd0e54f9fd

View File

@@ -50,6 +50,7 @@ class LayerExtnIntf {
public:
virtual ~LayerExtnIntf() = default;
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);