stage-view: Fix header include guard

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2807>
This commit is contained in:
Jonas Ådahl 2022-12-19 17:20:27 +01:00 committed by Marge Bot
parent 8137c47cc6
commit 0f4e0cfd52

View File

@ -23,8 +23,8 @@
*
*/
#ifndef META_STAGE_VIEW_H
#define META_STAGE_VIEW_H
#ifndef META_STAGE_VIEW_PRIVATE_H
#define META_STAGE_VIEW_PRIVATE_H
#include <cairo.h>
@ -48,4 +48,4 @@ ClutterDamageHistory * meta_stage_view_get_damage_history (MetaStageView *view);
void meta_stage_view_perform_fake_swap (MetaStageView *view,
int64_t counter);
#endif /* META_STAGE_VIEW_H */
#endif /* META_STAGE_VIEW_PRIVATE_H */