efl/legacy/ecore/src/lib/ecore_fb
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
..
.cvsignore ignore++ 2006-08-08 00:54:56 +00:00
Ecore_Fb.h tslib supprot back from tobias. 2008-01-24 02:23:14 +00:00
Makefile.am lutin... release soname patch. verbose svn soname used right now 2009-04-17 10:01:45 +00:00
ecore_fb.c * check the returned value of the _init() functions 2009-10-10 05:28:43 +00:00
ecore_fb_kbd.c cedric's SDL egnine patch - finally. 2007-07-16 07:23:11 +00:00
ecore_fb_keytable.h Ecore_Fb changes: 2006-07-31 04:13:51 +00:00
ecore_fb_li.c fix typo in long_has_neither_32_nor_64_bits prototype 2009-04-28 05:14:11 +00:00
ecore_fb_private.h Ecore_Data gone 2010-01-15 21:47:27 +00:00
ecore_fb_ps2.c Ecore_Fb changes: 2006-07-31 04:13:51 +00:00
ecore_fb_ts.c This closes bug #507 2010-01-29 11:42:26 +00:00
ecore_fb_vt.c remove a bit the mess n ecore. It's just the first patch... 2009-01-31 18:33:39 +00:00