Data Fields | |
| MetaWindow * | window |
| The window the effect is applied to. | |
| MetaEffectType | type |
| Which effect is happening here. | |
| gpointer | info |
| The effect handler can hang data here. | |
| union { | |
| MetaMinimizeEffect minimize | |
| } | u |
| MetaEffectPriv * | priv |
Definition at line 120 of file effects.c.
The window the effect is applied to.
Definition at line 123 of file effects.c.
Referenced by create_effect(), and run_default_effect_handler().
Which effect is happening here.
Definition at line 125 of file effects.c.
Referenced by create_effect(), and run_default_effect_handler().
| gpointer MetaEffect::info |
Definition at line 131 of file effects.c.
Referenced by meta_effect_run_minimize(), meta_effect_run_unminimize(), and run_default_effect_handler().
| union { ... } MetaEffect::u |
Referenced by meta_effect_run_minimize(), meta_effect_run_unminimize(), and run_default_effect_handler().
1.5.5