hints: Use E_Client for aux hint 71/323271/1
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 25 Apr 2025 02:01:35 +0000 (11:01 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 25 Apr 2025 04:38:52 +0000 (13:38 +0900)
commit8da62411e286ef6e22204059816df662dc7bac06
tree553e049ac4010cb8d506300afb1a3b76bede494a
parentdd25dd9bdad67d06fd96ac9ecea1bd071a67d743
hints: Use E_Client for aux hint

This patch replaces the use of E_Pixmap with E_Client for managing
auxiliary hints.

The previous implementation used E_Pixmap because wl_surface was once
mapped to E_Pixmap. However, since E_Client is the corresponding object
of wl_surface, E_Pixmap is no longer the appropriate object for managing
aux hints.

Change-Id: Id9d32de6fc2130a94f6af96132cea46f0141b69e
src/bin/windowmgr/e_hints.c