exactness/src/bin
Daniel Zaoui 1551b5358f Player: enable shots (silently) even if disabled in the command line
A bug appears in "box vert" test. If --disable-screenshots is set, and
no other optional such as -v, the application will receive only 4
clicked events instead of 8. The bug doesn't appear if -v is set or if
the application is shown on the screen.

It seems that the buffer engine doesn't want to consume the events
because no damage/shot request is "reported".

The solution for that bug is to enable the screenshots process, just
without saving the outputs.

@fix
2018-07-11 12:18:52 +03:00
..
.gitignore Player: overlay the default theme to disable the text cursor 2018-05-14 11:09:37 +03:00
Makefile.am Add first support for Windows and fix many other config stuff 2018-05-20 21:29:45 +03:00
exactness.c Suite: support player --disable-screenshots options 2018-06-10 11:57:28 +03:00
injector.c Fix uninitialized variables 2018-06-04 23:37:41 +03:00
inspect.c Exactness: add fonts support 2018-06-05 00:06:18 +03:00
player.c Player: enable shots (silently) even if disabled in the command line 2018-07-11 12:18:52 +03:00
player_entry.edc Player: overlay the default theme to disable the text cursor 2018-05-14 11:09:37 +03:00
player_fonts.edc Player: overlay the default theme to disable the text cursor 2018-05-14 11:09:37 +03:00
recorder.c Exactness: add fonts support 2018-06-05 00:06:18 +03:00