efl/src/lib/ecore_wl2
Carsten Haitzler c695dde8c3 ecore wl2 - remove pointless sntrcpys causing warnings
again pointless:

strcpy(dest, x); -> len - strlen(x); strncpy(dest, x, len);

code put in causing new warnings. this kind of "get rid of strcpy" is
actua;;y dangerous as it's more likely a mistake is made along the way
and bugs are added. strcpy's  should be reviewed and if ok - left
as-is. doing otherwise makes the code worse, not better and raises
risk. it now also produces warnings at compile time which creates
noise we just shouldnt' have.
2019-02-14 09:31:02 +00:00
..
Ecore_Wl2.h docs: Fix typos in API reference doc and comments. 2018-08-31 17:45:31 +09:00
ecore_wl2.c ecore_wl2: Fix a memory leaking case 2018-10-17 10:19:44 +09:00
ecore_wl2_buffer.c ecore_wl2: Better error handling for dmabuf sync ioctls 2018-06-19 13:43:55 -04:00
ecore_wl2_display.c ecore_wl2: Make our wayland socket handling thread safe 2019-02-13 10:33:41 -06:00
ecore_wl2_dnd.c ecore_wl2_dnd: initialize source to NULL when it destroy 2018-11-15 09:11:38 -05:00
ecore_wl2_input.c ecore wl2 - remove pointless sntrcpys causing warnings 2019-02-14 09:31:02 +00:00
ecore_wl2_output.c ecore_wl2: Add internal _ecore_wl2_output_find 2018-01-30 17:09:51 -06:00
ecore_wl2_private.h ecore_wl2: Make our wayland socket handling thread safe 2019-02-13 10:33:41 -06:00
ecore_wl2_subsurf.c wayland: Reduce number of unneccessary display flushes 2018-01-19 12:40:40 -06:00
ecore_wl2_surface.c ecore_wl2: Replace window ids with pointers 2018-07-06 10:16:21 -04:00
ecore_wl2_window.c ecore_wl2: Convert frame callbacks to inlist 2019-01-15 13:47:17 -06:00
meson.build meson: refactor meson.build for ecore_wl2 2019-01-10 10:57:42 +01:00
window_v6.x ecore_wl2: Fix anchor for xdg pop-ups 2018-12-14 10:29:59 -06:00