e comp wl - fix warning for uninit var

actually code path wouldn't care, but this silences a warning

@fix
pull/7/head
Carsten Haitzler 2 years ago
parent d869db87ce
commit 877fde5eaa
  1. 2
      src/bin/e_comp_wl_data.c

@ -962,7 +962,7 @@ _e_comp_wl_clipboard_create(void)
E_API void
e_comp_wl_data_device_send_enter(E_Client *ec)
{
struct wl_resource *data_device_res, *offer_res;
struct wl_resource *data_device_res = NULL, *offer_res = NULL;
uint32_t serial;
int x, y;

Loading…
Cancel
Save