mirror of
https://github.com/brl/mutter.git
synced 2025-03-04 12:18:10 +00:00

Supporting WM_PROTOCOLS allows handling the WM_DELETE_WINDOW ClientMessage, which is then relayed to the ClutterStage actor in form of the "delete-event" signal. Returning TRUE will block the propagation and won't close the stage window.