projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5340ffc
)
Elm: Fix Escape namespace to compile on Windows.
author
Christopher Michael
<cpmichael1@comcast.net>
Thu, 6 Sep 2012 07:43:10 +0000
(07:43 +0000)
committer
Christopher Michael
<cpmichael1@comcast.net>
Thu, 6 Sep 2012 07:43:10 +0000
(07:43 +0000)
SVN revision: 76226
src/lib/elm_cnp.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_cnp.c
b/src/lib/elm_cnp.c
index
759c4cf
..
9928c9c
100644
(file)
--- a/
src/lib/elm_cnp.c
+++ b/
src/lib/elm_cnp.c
@@
-39,7
+39,7
@@
enum
typedef struct _Tmp_Info Tmp_Info;
typedef struct _Saved_Type Saved_Type;
-typedef struct _
Escape
Escape;
+typedef struct _
Cnp_Escape Cnp_
Escape;
typedef struct _Dropable Dropable;
struct _Tmp_Info
@@
-59,7
+59,7
@@
struct _Saved_Type
Eina_Bool textreq: 1;
};
-struct _Escape
+struct _
Cnp_
Escape
{
const char *escape;
const char *value;