mirror of
https://github.com/brl/mutter.git
synced 2024-12-28 05:42:14 +00:00
10 lines
146 B
C
10 lines
146 B
C
#pragma once
|
|
|
|
#include "clutter/clutter-types.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void _clutter_actor_box_enlarge_for_effects (ClutterActorBox *box);
|
|
|
|
G_END_DECLS
|