efl/legacy
Lars Munch f71f8e0a41 This closes bug #507
If e17 is compiled with tslib but during runtime the environment variable
TSLIB_TSDEVICE is not set, ecore will accidentally use the file descriptor 0
(probably stdin) for tslib.

The problem is that _ecore_fb_ts_fd is initialized to 0, which is BAD BAD BAD
for file descriptors. It should be initialized to -1. The attached patch fixes
this. 

Thanks to John Ogness <john.ogness@linutronix.de> for bug report and fix




SVN revision: 45703
2010-01-29 11:42:26 +00:00
..
ecore This closes bug #507 2010-01-29 11:42:26 +00:00
edje Don't allow recursive clipping 2010-01-28 20:44:03 +00:00
eet fix mingw flags 2010-01-28 17:13:30 +00:00
efreet Update to spec 1.1 2010-01-24 21:21:27 +00:00
eina fix mingw flags 2010-01-28 17:13:07 +00:00
embryo fix warnings on 64 bits arch 2010-01-22 06:37:19 +00:00
emotion and disable theme too 2010-01-26 11:38:01 +00:00
ethumb Using autoreconf in autogen in ethumb is bad. With it, libtool m4 stuff is included inside dist tarball and we dont want that. 2010-01-20 19:13:22 +00:00
evas some safety with freeing texture stuff 2010-01-29 10:53:53 +00:00
evil * src/lib/evil_fcntl.c: 2010-01-29 09:34:26 +00:00