clutter: Add CLUTTER_EXPORT_TEST define

Just like in mutter, add a define for exporting functions so that they
can be used in tests. This will be useful in the next commit.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2342>
This commit is contained in:
Jonas Dreßler 2022-11-18 15:24:07 +01:00 committed by Marge Bot
parent dbf56621ff
commit 065ae39d61

View File

@ -119,4 +119,9 @@
#define CLUTTER_EXPORT _CLUTTER_EXTERN
/* CLUTTER_EXPORT_TEST should be used to export symbols that are exported only
* for testability purposes
*/
#define CLUTTER_EXPORT_TEST CLUTTER_EXPORT
#endif /* __CLUTTER_MACROS_H__ */