weston/tests
Giulio Camuffo 184df50d3e compositor: call configure on surfaces with a null buffer too
This way the shell can know when a surface has been unmapped by
checking the value returned by weston_surface_is_mapped(surface).
The configure handlers have now width and height parameters, so
they do not need anymore to check manually the buffer size.
If a surface's buffer is NULL the width and height passed to the
configure are both 0.
Configure is now only called after an attach. The variable
weston_surface.pending.newly_attached is set to 1 on attach, and
after the configure call is reset to 0.
2013-02-27 15:32:04 -05:00
..
.gitignore tests: Add XWayland test 2013-02-08 12:18:05 -05:00
button-test.c tests: check wl_display_roundtrip() for errors 2012-12-12 10:39:01 -05:00
event-test.c tests: add test for buffer release event 2013-02-08 13:38:17 -05:00
keyboard-test.c tests: check wl_display_roundtrip() for errors 2012-12-12 10:39:01 -05:00
Makefile.am tests: Use&Fix parallel tests 2013-02-22 08:35:22 -05:00
matrix-test.c Move matrix.[ch] to shared 2012-12-06 15:53:03 -05:00
setbacklight.c tests/setbacklight: Close filedescriptor on return paths 2013-01-10 16:07:08 -05:00
surface-global-test.c Pass argc and argv to modules 2013-02-20 15:37:49 -05:00
surface-test.c Pass argc and argv to modules 2013-02-20 15:37:49 -05:00
text-test.c tests: Fix text-test 2013-02-20 15:12:34 -05:00
weston-test-client-helper.c tests: export create_shm_buffer() helper 2013-02-08 13:38:14 -05:00
weston-test-client-helper.h tests: export create_shm_buffer() helper 2013-02-08 13:38:14 -05:00
weston-test-runner.c tests: make signal other than ABRT a hard failure 2013-01-24 16:24:22 -05:00
weston-test-runner.h tests: Convert keyboard-test to new test extension 2012-12-11 15:30:25 -05:00
weston-test.c compositor: call configure on surfaces with a null buffer too 2013-02-27 15:32:04 -05:00
weston-tests-env tests: Use&Fix parallel tests 2013-02-22 08:35:22 -05:00
xwayland-test.c tests: Add XWayland test 2013-02-08 12:18:05 -05:00