From cb92494f6de5cd1596bc834b3adddcf226eec2f3 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 14 Apr 2020 18:44:45 +0200 Subject: [PATCH] doxygen docs: Define a couple missing ELM_WIN types --- src/lib/elementary/elm_win_legacy.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/elementary/elm_win_legacy.h b/src/lib/elementary/elm_win_legacy.h index 613e0eb74b..8b5c796a87 100644 --- a/src/lib/elementary/elm_win_legacy.h +++ b/src/lib/elementary/elm_win_legacy.h @@ -92,13 +92,13 @@ typedef enum * usually used in the EFL. */ /** -* Used to indicate the window is a representation of an object being -* dragged across different windows, or even applications. Typically -* used with elm_win_override_set(). -*/ + * Used to indicate the window is a representation of an object being + * dragged across different windows, or even applications. Typically + * used with elm_win_override_set(). + */ ELM_WIN_DND, - ELM_WIN_INLINED_IMAGE, - ELM_WIN_SOCKET_IMAGE, + ELM_WIN_INLINED_IMAGE, /**< The window is an image. */ + ELM_WIN_SOCKET_IMAGE, /**< The window is an image received through a socket. */ ELM_WIN_FAKE, /**< See elm_win_fake_add(). @since 1.13 */ ELM_WIN_NAVIFRAME_BASIC, /**< Used for naviframe style replacement with