X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fwm_layer_control.cpp;h=0028fca2693fa8e33e859ef7b5c22cad73f8de21;hb=31482a71ab968f1214a1cba600921c9f493f183b;hp=bb3bfc2047c4b2a222b1d6c0577ec2786a61c5ec;hpb=7f59e030f1fb2bcd3fd767ed0c386a9a31852feb;p=apps%2Fagl-service-windowmanager.git diff --git a/src/wm_layer_control.cpp b/src/wm_layer_control.cpp index bb3bfc2..0028fca 100644 --- a/src/wm_layer_control.cpp +++ b/src/wm_layer_control.cpp @@ -46,14 +46,14 @@ static void surfaceCallback_static(t_ilm_surface surface, struct ilmSurfaceProperties* surface_prop, t_ilm_notification_mask mask) { - g_lc_ctxt->dispatchPropertyChangeEvent(surface, surface_prop, mask); + g_lc_ctxt->dispatchSurfacePropChangeEvent(surface, surface_prop, mask); } static void layerCallback_static(t_ilm_layer layer, struct ilmLayerProperties* layer_prop, t_ilm_notification_mask mask) { - g_lc_ctxt->dispatchPropertyChangeEvent(layer, layer_prop, mask); + g_lc_ctxt->dispatchLayerPropChangeEvent(layer, layer_prop, mask); } LayerControl::LayerControl(const std::string& root) @@ -470,7 +470,7 @@ void LayerControl::dispatchCreateEvent(ilmObjectType object, unsigned id, bool c } } -void LayerControl::dispatchPropertyChangeEvent(unsigned id, +void LayerControl::dispatchSurfacePropChangeEvent(unsigned id, struct ilmSurfaceProperties* sprop, t_ilm_notification_mask mask) { @@ -502,7 +502,7 @@ void LayerControl::dispatchPropertyChangeEvent(unsigned id, } } -void LayerControl::dispatchPropertyChangeEvent(unsigned id, +void LayerControl::dispatchLayerPropChangeEvent(unsigned id, struct ilmLayerProperties* lprop, t_ilm_notification_mask mask) {