xdg_shell_v6: Emit new_surface signal on toplevel creation 75/295275/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 8 Jun 2023 23:50:42 +0000 (08:50 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 4 Jul 2023 09:23:37 +0000 (18:23 +0900)
commit3d1864b623ebaccb021524503ecc5149e0ae5bdd
treeae82f45aebc2829130a64d309f3c6b6933ed3b92
parentd8dabfbf1369a90c2b1ce4558dc59037b05beb78
xdg_shell_v6: Emit new_surface signal on toplevel creation

It's actually supposed to emit new_surface signal on wl_surface.commit()
of xdg_toplevel_v6.
However, the tizen application doesn't follow this rule for historical
reason, and this patch makes new_surface signal be emitted on creation
of toplevel to make tizen applications work properly.

Change-Id: I5dc7f8104935ac1ad67b235afca384dbf8eb7414
src/xdg_shell_v6/xdg_surface_v6.c