diff options
Diffstat (limited to 'src/lib/ecore_wayland/ecore_wl_private.h')
-rw-r--r-- | src/lib/ecore_wayland/ecore_wl_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ecore_wayland/ecore_wl_private.h b/src/lib/ecore_wayland/ecore_wl_private.h index ecb54f0467..cca4e39cab 100644 --- a/src/lib/ecore_wayland/ecore_wl_private.h +++ b/src/lib/ecore_wayland/ecore_wl_private.h | |||
@@ -45,10 +45,10 @@ extern Ecore_Wl_Display *_ecore_wl_disp; | |||
45 | # endif | 45 | # endif |
46 | # define WRN(...) EINA_LOG_DOM_WARN(_ecore_wl_log_dom, __VA_ARGS__) | 46 | # define WRN(...) EINA_LOG_DOM_WARN(_ecore_wl_log_dom, __VA_ARGS__) |
47 | 47 | ||
48 | # ifdef CRIT | 48 | # ifdef CRI |
49 | # undef CRIT | 49 | # undef CRI |
50 | # endif | 50 | # endif |
51 | # define CRIT(...) EINA_LOG_DOM_CRIT(_ecore_wl_log_dom, __VA_ARGS__) | 51 | # define CRI(...) EINA_LOG_DOM_CRIT(_ecore_wl_log_dom, __VA_ARGS__) |
52 | 52 | ||
53 | 53 | ||
54 | struct _Ecore_Wl_Display | 54 | struct _Ecore_Wl_Display |