efl/src/lib/ecore_drm
Stefan Schmidt 37d20553bd ecore_drm_dbus: Do not use the same name for global and local variables
We use conn here for a global Dbus connection variable as well as sometimes
in a local scope. Better rename the global one to avoid confusion and
potential failures when the code would fallback to the global one even if
the local scope should be used and the var was simply forgotten.
2014-08-13 14:06:18 +02:00
..
Ecore_Drm.h ecore_drm: Make struct Ecore_Drm_Device available 2014-06-30 10:13:43 +02:00
ecore_drm.c ecore-drm: Fix improper shutdown for error cases in ecore_drm_init 2014-07-24 11:33:21 -04:00
ecore_drm_dbus.c ecore_drm_dbus: Do not use the same name for global and local variables 2014-08-13 14:06:18 +02:00
ecore_drm_device.c ecore-drm: Fix ecore_drm_device calls to drop & set drm master 2014-07-15 09:44:14 -04:00
ecore_drm_evdev.c ecore-drm: When we destroy any evdev device, also close the associated 2014-07-15 09:44:14 -04:00
ecore_drm_fb.c ecore_drm: fix Doxygen markup to prevent warnings. 2014-03-15 20:04:24 +09:00
ecore_drm_inputs.c ecore-drm: implement function to disable ecore drm inputs on vt 2014-08-04 08:50:40 -04:00
ecore_drm_output.c ecore-drm: Fix formatting from a7428edeb4 2014-07-01 10:59:31 -04:00
ecore_drm_private.h ecore-drm: implement function to disable ecore drm inputs on vt 2014-08-04 08:50:40 -04:00
ecore_drm_sprites.c ecore_drm: fix Doxygen markup to prevent warnings. 2014-03-15 20:04:24 +09:00
ecore_drm_tty.c ecore-drm: Fix trapping of SIGUSR1 for VT switching signals 2014-07-17 14:47:02 -04:00