efl/legacy/ecore/src/lib
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 make animator happen AT a vierual animator tick point. 2010-01-27 03:51:46 +00:00
ecore_con Small typo and whitespace fix 2010-01-28 16:07:33 +00:00
ecore_config Patch from Mathieu Taillefumier 2010-01-07 00:30:05 +00:00
ecore_directfb Ecore_Data gone 2010-01-15 21:47:27 +00:00
ecore_evas typo fix! 2010-01-29 11:06:32 +00:00
ecore_fb This closes bug #507 2010-01-29 11:42:26 +00:00
ecore_file switch to eina_strlcpy 2010-01-27 20:59:26 +00:00
ecore_imf missing header 2010-01-26 23:32:06 +00:00
ecore_imf_evas fix warnings 2010-01-22 07:03:04 +00:00
ecore_input also more multitouch suport improvements. 2010-01-17 08:52:38 +00:00
ecore_input_evas also more multitouch suport improvements. 2010-01-17 08:52:38 +00:00
ecore_ipc Remove dependency on Ecore_Data 2010-01-15 21:47:15 +00:00
ecore_quartz * ecore_cocoa: Improve Mac OS X support. 2009-10-22 11:08:01 +00:00
ecore_sdl Added missing compose values for SDL key events 2010-01-22 22:26:42 +00:00
ecore_txt Patch from Mathieu Taillefumier 2010-01-07 00:30:05 +00:00
ecore_win32 Patch from Mathieu Taillefumier 2010-01-07 00:30:05 +00:00
ecore_wince Patch from Mathieu Taillefumier 2010-01-07 00:30:05 +00:00
ecore_x typo fix! 2010-01-29 11:06:32 +00:00
.cvsignore Fixed a couple of debs in e17/libs, added and updated a couple of .cvsignores. 2003-11-13 12:30:50 +00:00
Makefile.am * ecore: Move ecore_job inside ecore. 2010-01-25 21:59:21 +00:00