e_client/e_desk_area: fix bug for maximize/unmaximize window 80/316380/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 20 Aug 2024 10:15:13 +0000 (19:15 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 20 Aug 2024 11:16:22 +0000 (20:16 +0900)
commit47a92a6917087b2b7b52ad6782130a4ff3c31584
tree267655b88d0c525282f8dd535b7488fc46d3173f
parent27d3f53c548a64ff5d509ad93181c17c2b21e6e4
e_client/e_desk_area: fix bug for maximize/unmaximize window

There was a bug that the e didn't send the configure event with maximize state to client.
By this, a client didn't receive configure event and cannot change its state to maximize.

So, we changed code to send configure event after changing maximize/unmaximize state.

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