mirror of
https://github.com/brl/mutter.git
synced 2025-07-06 10:59:51 +00:00
clutter/tests: Fix missing declaration warnings
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
#include <gmodule.h>
|
||||
#include <clutter/clutter.h>
|
||||
|
||||
int
|
||||
test_texture_material_main (int argc, char *argv[]);
|
||||
|
||||
G_MODULE_EXPORT int
|
||||
test_texture_material_main (int argc, char *argv[])
|
||||
{
|
||||
|
Reference in New Issue
Block a user