summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-04-14 18:44:45 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2020-04-14 18:48:30 +0200
commitcb92494f6de5cd1596bc834b3adddcf226eec2f3 (patch)
tree95fc399e4880f7f64480f2392e65d39e5273708d
parente594bbc33aac3052dacb263a46359f34d7ab05b2 (diff)
downloadefl-cb92494f6de5cd1596bc834b3adddcf226eec2f3.tar.gz
doxygen docs: Define a couple missing ELM_WIN types
-rw-r--r--src/lib/elementary/elm_win_legacy.h12
1 files 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