update according to eolian type changes
authorDaniel Kolesa <d.kolesa@samsung.com>
Mon, 14 Jul 2014 15:26:14 +0000 (16:26 +0100)
committerDaniel Kolesa <d.kolesa@samsung.com>
Mon, 14 Jul 2014 15:26:14 +0000 (16:26 +0100)
legacy/elementary/src/lib/elm_app_client_view.eo
legacy/elementary/src/lib/elm_app_server.eo
legacy/elementary/src/lib/elm_app_server_view.eo

index c676d5d..892b8b5 100644 (file)
@@ -43,7 +43,7 @@ class Elm_App_Client_View (Eo.Base)
             uint w; /*@ icon width */
             uint h; /*@ icon height */
             bool has_alpha; /*@ if icon have alpha channel */
-            const(uchar)* pixels; /*@ uchar array, with all bytes of icon */
+            const(ubyte)* pixels; /*@ uchar array, with all bytes of icon */
          }
       }
       path {
index 945fd76..503ae85 100644 (file)
@@ -54,7 +54,7 @@ class Elm_App_Server (Eo.Base)
             uint w;
             uint h;
             bool has_alpha;
-            const(uchar)* pixels;
+            const(ubyte)* pixels;
          }
       }
    }
index 83df539..11dd109 100644 (file)
@@ -86,7 +86,7 @@ class Elm_App_Server_View (Eo.Base)
             uint w;
             uint h;
             bool has_alpha;
-            const(uchar)* pixels;
+            const(ubyte)* pixels;
          }
       }
    }