mirror of
https://github.com/brl/mutter.git
synced 2025-02-23 16:34:10 +00:00
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:
parent
dbf56621ff
commit
065ae39d61
@ -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__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user