Enumeration

MetaLaterType

Declaration

enum Meta.LaterType

Description

No description available.

Members

Name Description
META_LATER_RESIZE

Call in a resize processing phase that is done before GTK+ repainting (including window borders) is done.

META_LATER_CALC_SHOWING

Used by Mutter to compute which windows should be mapped.

META_LATER_CHECK_FULLSCREEN

Used by Mutter to see if there’s a fullscreen window.

META_LATER_SYNC_STACK

Used by Mutter to send it’s idea of the stacking order to the server.

META_LATER_BEFORE_REDRAW

Call before the stage is redrawn.

META_LATER_IDLE

Call at a very low priority (can be blocked by running animations or redrawing applications)