Added a destroy signal to the wl_display object.

Added a destroy signal to the wl_display object.
This commit is contained in:
Jason Ekstrand 2013-01-11 14:29:32 -06:00 committed by Kristian Høgsberg
parent ce1f41251a
commit 30ccd3366e
4 changed files with 106 additions and 0 deletions

View file

@ -1,6 +1,7 @@
TESTS = \
array-test \
client-test \
display-test \
connection-test \
event-loop-test \
fixed-test \
@ -22,6 +23,7 @@ test_runner_src = test-runner.c test-runner.h test-helpers.c
array_test_SOURCES = array-test.c $(test_runner_src)
client_test_SOURCES = client-test.c $(test_runner_src)
display_test_SOURCES = display-test.c $(test_runner_src)
connection_test_SOURCES = connection-test.c $(test_runner_src)
event_loop_test_SOURCES = event-loop-test.c $(test_runner_src)
fixed_test_SOURCES = fixed-test.c $(test_runner_src)