diff options
Diffstat (limited to 'src/wm_layer_control.hpp')
-rw-r--r-- | src/wm_layer_control.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wm_layer_control.hpp b/src/wm_layer_control.hpp index 503ec3b..f637d8d 100644 --- a/src/wm_layer_control.hpp +++ b/src/wm_layer_control.hpp @@ -45,6 +45,7 @@ class LayerControlCallbacks { // callback functions std::function<void(unsigned, unsigned)> surfaceCreated; + std::function<void(unsigned)> surfaceDestroyed; /* std::function<void(unsigned)> surfaceDestroyed; std::function<void(unsigned)> layerCreated; std::function<void(unsigned)> layerDestroyed; */ |