decrement e_comp->new_clients counter when unsetting new_client flag on wl cursor clients

This commit is contained in:
Mike Blumenkrantz 2015-03-25 12:32:30 -04:00
parent 18903dfd84
commit fbbc508430
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ _e_comp_wl_input_pointer_cb_cursor_set(struct wl_client *client, struct wl_resou
ec = e_client_new(e_pixmap_new(E_PIXMAP_TYPE_WL, sid), 1, 0);
ec->lock_focus_out = ec->layer_block = ec->visible = ec->override = 1;
ec->new_client = 0;
e_comp->new_clients--;
ec->icccm.title = eina_stringshare_add("noshadow");
evas_object_pass_events_set(ec->frame, 1);
ec->client.w = ec->client.h = 1;