mirror of
https://github.com/brl/mutter.git
synced 2024-11-27 02:20:43 -05: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
|