mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
Fixes for distcheck
This commit is contained in:
parent
6fa156ad0f
commit
300d1ef025
@ -15,13 +15,14 @@ noinst_LTLIBRARIES = libclutter-cogl-common.la
|
|||||||
EXTRA_DIST = stb_image.c
|
EXTRA_DIST = stb_image.c
|
||||||
|
|
||||||
libclutter_cogl_common_la_SOURCES = \
|
libclutter_cogl_common_la_SOURCES = \
|
||||||
cogl-util.h \
|
|
||||||
cogl-bitmap.h \
|
|
||||||
cogl-handle.h \
|
cogl-handle.h \
|
||||||
|
cogl-util.h \
|
||||||
cogl-util.c \
|
cogl-util.c \
|
||||||
|
cogl-bitmap.h \
|
||||||
cogl-bitmap.c \
|
cogl-bitmap.c \
|
||||||
cogl-bitmap-fallback.c \
|
cogl-bitmap-fallback.c \
|
||||||
cogl-primitives.c \
|
|
||||||
cogl-primitives.h \
|
cogl-primitives.h \
|
||||||
|
cogl-primitives.c \
|
||||||
cogl-bitmap-pixbuf.c \
|
cogl-bitmap-pixbuf.c \
|
||||||
|
cogl-clip-stack.h \
|
||||||
cogl-clip-stack.c
|
cogl-clip-stack.c
|
||||||
|
@ -20,6 +20,8 @@ stage_motion_event_cb (ClutterActor *actor,
|
|||||||
|
|
||||||
hand = g_hash_table_lookup (app->devices, mev->device);
|
hand = g_hash_table_lookup (app->devices, mev->device);
|
||||||
clutter_actor_set_position (hand, mev->x, mev->y);
|
clutter_actor_set_position (hand, mev->x, mev->y);
|
||||||
|
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
@ -177,8 +177,6 @@ int
|
|||||||
main (int argc,
|
main (int argc,
|
||||||
char *argv[])
|
char *argv[])
|
||||||
{
|
{
|
||||||
ClutterActor *stage;
|
|
||||||
|
|
||||||
test_init (&argc, &argv);
|
test_init (&argc, &argv);
|
||||||
|
|
||||||
test_add_func ("/invariants/initial-state", test_initial_state);
|
test_add_func ("/invariants/initial-state", test_initial_state);
|
||||||
|
Loading…
Reference in New Issue
Block a user