projects
/
platform
/
core
/
appfw
/
widget-viewer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1107f11
)
Fix wrong #include guard
80/215780/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 15 Oct 2019 23:41:48 +0000
(08:41 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 15 Oct 2019 23:42:19 +0000
(08:42 +0900)
Change-Id: I4f6a0d815fd11e3a41e006153cd7c07fa283b22c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
frame-broker/src/frame_private.h
patch
|
blob
|
history
diff --git
a/frame-broker/src/frame_private.h
b/frame-broker/src/frame_private.h
index
7ec720e
..
c36570d
100644
(file)
--- a/
frame-broker/src/frame_private.h
+++ b/
frame-broker/src/frame_private.h
@@
-14,8
+14,8
@@
* limitations under the License.
*/
-#ifndef __FRAME_
INTERNAL
_H__
-#define __FRAME_
INTERNAL
_H__
+#ifndef __FRAME_
PRIVATE
_H__
+#define __FRAME_
PRIVATE
_H__
#include <screen_connector_launcher_service_evas.h>
@@
-31,4
+31,4
@@
int frame_create(Evas_Object *image,
int frame_destroy(frame_h handle);
-#endif /* __FRAME_
INTERNAL
_H__ */
+#endif /* __FRAME_
PRIVATE
_H__ */