mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
5f2779bfb6
A property for reversing the visible order of children is a bit odd. It has also been unused by actual gnome-shell code since 2010, and the somewhat related pack_start()/pack_end() API in GtkBox(Layout) is gone in GTK4. With that in mind, turn the property into a no-op and deprecate it, so that it can be dropped next cycle. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2206>
12 lines
272 B
C
12 lines
272 B
C
#ifndef __CLUTTER_DEPRECATED_H__
|
|
#define __CLUTTER_DEPRECATED_H__
|
|
|
|
#define __CLUTTER_DEPRECATED_H_INSIDE__
|
|
|
|
#include "deprecated/clutter-box-layout.h"
|
|
#include "deprecated/clutter-container.h"
|
|
|
|
#undef __CLUTTER_DEPRECATED_H_INSIDE__
|
|
|
|
#endif /* __CLUTTER_DEPRECATED_H__ */
|