Enlightenment CVS committal

Author  : raster
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        config.c dock.c window.c 


Log Message:


USE the right DATATYPES! dont use doubles - use Evas_Coord. 

===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/config.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- config.c    17 Apr 2004 22:00:28 -0000      1.6
+++ config.c    27 Apr 2004 08:29:32 -0000      1.7
@@ -11,10 +11,10 @@
 {
   ecore_config_default_int("engage.options.width", 1024);
   ecore_config_default_int("engage.options.height", 100);
-  ecore_config_default_string("engage.options.theme", "gentoo");
+  ecore_config_default_string("engage.options.theme", "creepy_engage");
   ecore_config_default_string("engage.options.engine", "software");
   options.icon_path = PACKAGE_DATA_DIR "/icons/";
-  ecore_config_default_int_bound("engage.options.mode", OM_ONTOP, 0, 1, 1);
+  ecore_config_default_int_bound("engage.options.mode", OM_BELOW, 0, 1, 1);
   ecore_config_default_int_bound("engage.options.grab_min_icons", 1, 0, 1, 1);
   ecore_config_default_int_bound("engage.options.grab_app_icons", 1, 0, 1, 1);
 
@@ -24,10 +24,10 @@
   ecore_config_default_int("engage.options.arrow_size", 6);
   ecore_config_default_float("engage.options.zoom_duration", 0.1);
 
-  options.tt_txt_color = 0xffffffff;
+  options.tt_txt_color = 0x00000000;
   options.tt_shd_color = 0x7f000000;
-  options.bg_fore = 0x7f000000;
-  options.bg_back = 0x7fffffff;
+  options.bg_fore = 0x00000000;
+  options.bg_back = 0x00000000;
   ecore_config_default_string("engage.options.tt_fa", "Vera");
   ecore_config_default_int("engage.options.tt_fs", 8);
   ecore_config_default_float("engage.options.icon_appear_duration", 0.1);
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/dock.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- dock.c      11 Apr 2004 14:31:51 -0000      1.2
+++ dock.c      27 Apr 2004 08:29:33 -0000      1.3
@@ -143,7 +143,7 @@
       od_icon_tt_hide(icon);
 
     {
-      double          w, h;
+      Evas_Coord          w, h;
 
       evas_object_geometry_get(icon->tt_txt, NULL, NULL, &w, &h);
       evas_object_move(icon->tt_txt, dock.x + relative_x - 0.5 * w,
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/window.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- window.c    26 Apr 2004 03:46:58 -0000      1.11
+++ window.c    27 Apr 2004 08:29:33 -0000      1.12
@@ -124,7 +124,7 @@
   Ecore_X_Display *dsp;
   Screen         *scr;
   int             def;
-  double          res_x, res_y;
+  int             res_x, res_y;
   Evas_Object    *o;
 
   // determine the desktop size




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to