mirror of
https://github.com/brl/mutter.git
synced 2025-05-05 22:54:56 +00:00
tests: Try to drop including config.h
The config.h header should be considered a Clutter internal header, and the test cases (especially the interactive test cases) should strive to never rely on internal headers.
This commit is contained in:
parent
94b905b9e1
commit
a43c5f10bb
@ -1,4 +1,3 @@
|
|||||||
#include <config.h>
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#include <config.h>
|
|
||||||
#undef COGL_ENABLE_EXPERIMENTAL_2_0_API
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <clutter/clutter.h>
|
|
||||||
|
#undef COGL_ENABLE_EXPERIMENTAL_2_0_API
|
||||||
#include <cogl/cogl.h>
|
#include <cogl/cogl.h>
|
||||||
|
#include <clutter/clutter.h>
|
||||||
|
|
||||||
typedef void (*PaintFunc) (void);
|
typedef void (*PaintFunc) (void);
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <config.h>
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <config.h>
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <config.h>
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <config.h>
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <config.h>
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <config.h>
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
|
|
||||||
#undef CLUTTER_DISABLE_DEPRECATED
|
#undef CLUTTER_DISABLE_DEPRECATED
|
||||||
@ -16,7 +12,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#ifdef HAVE_CLUTTER_GLX
|
#ifdef CLUTTER_WINDOWING_X11
|
||||||
#include "clutter/x11/clutter-x11.h"
|
#include "clutter/x11/clutter-x11.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -205,7 +201,7 @@ test_paint_wrapper_main (int argc, char *argv[])
|
|||||||
|
|
||||||
error = NULL;
|
error = NULL;
|
||||||
|
|
||||||
#ifdef HAVE_CLUTTER_GLX
|
#ifdef CLUTTER_WINDOWING_X11
|
||||||
clutter_x11_set_use_argb_visual (TRUE);
|
clutter_x11_set_use_argb_visual (TRUE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#include <config.h>
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@ -7,7 +9,7 @@
|
|||||||
#undef CLUTTER_DISABLE_DEPRECATED
|
#undef CLUTTER_DISABLE_DEPRECATED
|
||||||
#include <clutter/clutter.h>
|
#include <clutter/clutter.h>
|
||||||
|
|
||||||
#if HAVE_CLUTTER_GLX
|
#ifdef CLUTTER_WINDOWING_X11
|
||||||
|
|
||||||
# include <clutter/x11/clutter-x11.h>
|
# include <clutter/x11/clutter-x11.h>
|
||||||
# include <clutter/x11/clutter-x11-texture-pixmap.h>
|
# include <clutter/x11/clutter-x11-texture-pixmap.h>
|
||||||
@ -320,7 +322,7 @@ test_pixmap_main (int argc, char **argv)
|
|||||||
clutter_behaviour_apply (depth_behavior, group);
|
clutter_behaviour_apply (depth_behavior, group);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_CLUTTER_GLX
|
#ifdef CLUTTER_WINDOWING_GLX
|
||||||
/* a window with glx */
|
/* a window with glx */
|
||||||
if (!disable_glx)
|
if (!disable_glx)
|
||||||
{
|
{
|
||||||
@ -347,7 +349,7 @@ test_pixmap_main (int argc, char **argv)
|
|||||||
CLUTTER_GLX_TEXTURE_PIXMAP (tex)))
|
CLUTTER_GLX_TEXTURE_PIXMAP (tex)))
|
||||||
g_print ("NOTE: Using fallback path, not GLX TFP!\n");
|
g_print ("NOTE: Using fallback path, not GLX TFP!\n");
|
||||||
}
|
}
|
||||||
#endif /* HAVE_CLUTTER_GLX */
|
#endif /* CLUTTER_WINDOWING_GLX */
|
||||||
|
|
||||||
if (group)
|
if (group)
|
||||||
row_height = clutter_actor_get_height (group);
|
row_height = clutter_actor_get_height (group);
|
||||||
@ -400,6 +402,12 @@ test_pixmap_main (int argc, char **argv)
|
|||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else /* HAVE_CLUTTER_GLX */
|
#else
|
||||||
int test_pixmap_main (int argc, char **argv) { return EXIT_SUCCESS; };
|
|
||||||
#endif /* HAVE_CLUTTER_GLX */
|
int
|
||||||
|
test_pixmap_main (int argc, char **argv)
|
||||||
|
{
|
||||||
|
return EXIT_SUCCESS;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif /* CLUTTER_WINDOWING_X11 */
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user