mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 16:40:41 -05:00
2f4a68c8c3
The order and way include macros were structured was chaotic, with no real common thread between files. Try to tidy up the mess with some common scheme, to make things look less messy.
11 lines
319 B
C
11 lines
319 B
C
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
|
|
|
#ifndef META_BACKGROUND_ACTOR_PRIVATE_H
|
|
#define META_BACKGROUND_ACTOR_PRIVATE_H
|
|
|
|
#include "meta/meta-background-actor.h"
|
|
|
|
cairo_region_t *meta_background_actor_get_clip_region (MetaBackgroundActor *self);
|
|
|
|
#endif /* META_BACKGROUND_ACTOR_PRIVATE_H */
|