e_client: make two signal 92/314592/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 11 Jul 2024 01:02:29 +0000 (10:02 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 16 Jul 2024 04:19:37 +0000 (13:19 +0900)
commite12a968014217a047f34ef58ab7b7b499003fa02
tree912c7dbd61221c9b8e539c9ebcfbd7a471de23a8
parenta79779aaf4a8c25fd97cd25f6ff317c7ca24c303
e_client: make two signal

dependency inversion with those signals in e_client

struct wl_signal mouse_move;
struct wl_signal resize_end;

The policies according to two signals have beed done at e_desk_area.

Change-Id: Ie6f86c06ec0c39a6ee20be8574f00a8ca6b63b77
src/bin/core/e_client.c
src/bin/core/e_client_intern.h
src/bin/core/e_desk_area.c