enlightenment/src
Vincent Torri 0f76b94fc8 E17:
some trivial changes.

I.   _e_fm_op_stdin_handler is unused, so -> removed.

II.  if we cannot malloc _e_fm_op_stdin_buffer, we
     are in big shit, so nullcheck.

III. Formatting.

IV.  if argc < 4 we quit, so we don't need to check
     if argc >= 4.

V.   removed 'ret' variables. They are useless and
     they were not in old revisions.

VI.  _e_fm_op_copy_atom always returns 1, so we don't
     need to always check and return 1.

Patch by Maxime Villard (rustyBSD)


SVN revision: 77221
2012-09-30 08:47:07 +00:00
..
bin E17: 2012-09-30 08:47:07 +00:00
modules E (RandR): When we finish rotation, update monitor frame position. 2012-09-28 14:05:51 +00:00
preload E: Make E work with the new XCB stuffs. This breaks out e_alert into 2011-07-25 09:40:18 +00:00
Makefile.am