projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67b1f9
)
ecore_wayland: added the utility window type
63/73863/3
author
Doyoun Kang
<doyoun.kang@samsung.com>
Fri, 10 Jun 2016 01:07:48 +0000
(10:07 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 10 Jun 2016 07:06:21 +0000
(
00:06
-0700)
Change-Id: I7472ba323f4492ccbf49bf470c470e9a4dc70817
src/lib/ecore_wayland/Ecore_Wayland.h
patch
|
blob
|
history
diff --git
a/src/lib/ecore_wayland/Ecore_Wayland.h
b/src/lib/ecore_wayland/Ecore_Wayland.h
index
42aae28
..
b64b3ad
100644
(file)
--- a/
src/lib/ecore_wayland/Ecore_Wayland.h
+++ b/
src/lib/ecore_wayland/Ecore_Wayland.h
@@
-107,7
+107,8
@@
enum _Ecore_Wl_Window_Type
ECORE_WL_WINDOW_TYPE_MENU,
ECORE_WL_WINDOW_TYPE_DND,
ECORE_WL_WINDOW_TYPE_CUSTOM,
- ECORE_WL_WINDOW_TYPE_NOTIFICATION
+ ECORE_WL_WINDOW_TYPE_NOTIFICATION,
+ ECORE_WL_WINDOW_TYPE_UTILITY
};
enum _Ecore_Wl_Window_Buffer_Type