crosvm/gpu_display
Pujun Lun 8bb5b07a9d gpu_display: turn window messages into enums.
The WindowMessage enum covers general window messages that multiple
modules may want to process, such as window manager, input manager,
etc.

After this change, it isn't necessary to have the HandleWindowMessage
trait anymore. It will be nuked in the follow-up CL.

BUG=b:244492422

Change-Id: Ib4d8dfd29ff7d7f55aa2d1f759b091aee32c2cdf
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5002765
Commit-Queue: Pujun Lun <lunpujun@google.com>
Reviewed-by: Kaiyi Li <kaiyili@google.com>
Reviewed-by: Vikram Auradkar <auradkar@google.com>
2023-11-08 20:53:35 +00:00
..
examples Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +00:00
protocol health-check: Add check for newline at ends of files 2022-08-18 00:17:04 +00:00
src gpu_display: turn window messages into enums. 2023-11-08 20:53:35 +00:00
build.rs gpu_display: only build Wayland code on Linux 2023-11-03 20:20:08 +00:00
Cargo.toml gpu_display: fix Cargo feature selection. 2023-10-24 23:18:38 +00:00