1
0
mirror of https://github.com/brl/mutter.git synced 2025-04-04 09:23:46 +00:00

docs: Update ClutterStageState flags

This commit is contained in:
Emmanuele Bassi 2012-01-26 08:33:45 +00:00
parent 2b547442a3
commit 9dab33401f

@ -742,10 +742,10 @@ typedef enum { /*< prefix=CLUTTER_SCROLL >*/
/**
* ClutterStageState:
* @CLUTTER_STAGE_STATE_FULLSCREEN: Fullscreen mask
* @CLUTTER_STAGE_STATE_OFFSCREEN: Offscreen mask
* @CLUTTER_STAGE_STATE_OFFSCREEN: Offscreen mask (deprecated)
* @CLUTTER_STAGE_STATE_ACTIVATED: Activated mask
*
* Stage state masks
* Stage state masks, used by the #ClutterEvent of type %CLUTTER_STAGE_STATE.
*
* Since: 0.4
*/