Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : apps/iconbar
Dir : e17/apps/iconbar/src
Modified Files:
iconbar_smart.c main.c
Log Message:
Move to the Evas_Coord type from double, and set the window class to iconbar.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/iconbar_smart.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- iconbar_smart.c 22 Apr 2004 16:45:31 -0000 1.2
+++ iconbar_smart.c 28 Apr 2004 14:09:11 -0000 1.3
@@ -9,8 +9,8 @@
void iconbar_lower(Evas_Object *o);
void iconbar_stack_above(Evas_Object *o, Evas_Object *above);
void iconbar_stack_below(Evas_Object *o, Evas_Object *below);
-void iconbar_move(Evas_Object *o, double x, double y);
-void iconbar_resize(Evas_Object *o, double w, double h);
+void iconbar_move(Evas_Object *o, Evas_Coord x, Evas_Coord y);
+void iconbar_resize(Evas_Object *o, Evas_Coord w, Evas_Coord h);
void iconbar_show(Evas_Object *o);
void iconbar_hide(Evas_Object *o);
void iconbar_color_set(Evas_Object *o, int r, int g, int b, int a);
@@ -151,7 +151,7 @@
}
void
-iconbar_move(Evas_Object *o, double x, double y)
+iconbar_move(Evas_Object *o, Evas_Coord x, Evas_Coord y)
{
Iconbar *ib;
@@ -163,7 +163,7 @@
}
void
-iconbar_resize(Evas_Object *o, double w, double h)
+iconbar_resize(Evas_Object *o, Evas_Coord w, Evas_Coord h)
{
Iconbar *ib;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/main.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- main.c 26 Mar 2004 21:13:49 -0000 1.26
+++ main.c 28 Apr 2004 14:09:11 -0000 1.27
@@ -55,7 +55,7 @@
ecore_evas_callback_move_set(ee, window_resize);
ecore_evas_callback_delete_request_set(ee, window_delete);
ecore_evas_callback_destroy_set(ee, window_delete);
- ecore_evas_name_class_set(ee, "Iconbar", "Rephorm");
+ ecore_evas_name_class_set(ee, "Iconbar", "Iconbar");
ecore_evas_title_set(ee, "Iconbar");
ecore_evas_borderless_set(ee, iconbar_config_borderless_get());
ecore_evas_withdrawn_set(ee, iconbar_config_withdrawn_get());
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs