input: Initialize data source to NULL

This way we do the right thing, when we get a NULL wl_resource for self-dnd.
dev
Kristian Høgsberg 11 years ago
parent 0abad07750
commit 1702d4cfca
  1. 2
      src/data-device.c

@ -404,7 +404,7 @@ data_device_start_drag(struct wl_client *client, struct wl_resource *resource,
struct wl_resource *icon_resource, uint32_t serial)
{
struct weston_seat *seat = wl_resource_get_user_data(resource);
struct weston_data_source *source;
struct weston_data_source *source = NULL;
struct weston_surface *icon = NULL;
if (seat->pointer->button_count == 0 ||

Loading…
Cancel
Save