aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/lib/ecore_fb/ecore_fb_li.c
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ecore/src/lib/ecore_fb/ecore_fb_li.c')
-rw-r--r--libraries/ecore/src/lib/ecore_fb/ecore_fb_li.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libraries/ecore/src/lib/ecore_fb/ecore_fb_li.c b/libraries/ecore/src/lib/ecore_fb/ecore_fb_li.c
index 4a196dd..3850792 100644
--- a/libraries/ecore/src/lib/ecore_fb/ecore_fb_li.c
+++ b/libraries/ecore/src/lib/ecore_fb/ecore_fb_li.c
@@ -2,6 +2,8 @@
2# include <config.h> 2# include <config.h>
3#endif 3#endif
4 4
5#include <stdlib.h>
6
5#include "Ecore_Fb.h" 7#include "Ecore_Fb.h"
6#include "ecore_fb_private.h" 8#include "ecore_fb_private.h"
7 9
@@ -452,9 +454,9 @@ ecore_fb_input_device_listen(Ecore_Fb_Input_Device *dev, Eina_Bool listen)
452#endif 454#endif
453 455
454/** 456/**
455 * @brief Associates an input device with the given @ref Ecore_Evas. 457 * @brief Associates an input device with the given @ref Ecore_Evas_Group.
456 * 458 *
457 * @param dev The input being associated with an @ref Ecore_Evas (not @c NULL). 459 * @param dev The input being associated with an @ref Ecore_Evas_Group (not @c NULL).
458 * @param window The window which this input is being associated to. 460 * @param window The window which this input is being associated to.
459 * @c NULL will remove any previous association. 461 * @c NULL will remove any previous association.
460 * 462 *
@@ -475,7 +477,7 @@ ecore_fb_input_device_listen(Ecore_Fb_Input_Device *dev, Eina_Bool listen)
475 * @endcode 477 * @endcode
476 * 478 *
477 * On the previous code, all input captured on the mentioned device will be 479 * On the previous code, all input captured on the mentioned device will be
478 * delivered to the @Ecore_Evas @c ee. 480 * delivered to the @c Ecore_Evas @c ee.
479 * 481 *
480 * @since 1.1 482 * @since 1.1
481 */ 483 */