Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/enterminus/src/bin


Modified Files:
        enterm.c term.c term.h 


Log Message:
fix to use new ecore_x, bad bas seb didnt implement ecore_x_icccm_step_size_set 
yet! BLAME!
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/enterminus/src/bin/enterm.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- enterm.c    28 Feb 2005 12:16:39 -0000      1.4
+++ enterm.c    12 Jun 2005 11:03:51 -0000      1.5
@@ -12,8 +12,8 @@
    t = evas_object_smart_data_get(term);
    ecore_evas_data_set(ee, "term", term);
    ecore_evas_callback_resize_set(ee, enterm_cb_resize);
-   ecore_x_window_prop_step_size_set(ecore_evas_software_x11_window_get(ee),
-                                    t->font.width, t->font.height);
+   ecore_x_icccm_step_size_set(ecore_evas_software_x11_window_get(ee),
+                              t->font.width, t->font.height);
    ecore_event_handler_add(TERM_EVENT_TITLE_CHANGE,
                           enterm_cb_title_change, ee);
    ecore_evas_resize(ee, t->w, t->h);
@@ -38,7 +38,7 @@
 
    e = ev;
    ee = data;
-   ecore_x_window_prop_title_set(ecore_evas_software_x11_window_get(ee),
-                                e->title);
+   ecore_x_icccm_title_set(ecore_evas_software_x11_window_get(ee),
+                          e->title);
    return 1;
 }
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/enterminus/src/bin/term.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- term.c      23 Apr 2005 08:39:41 -0000      1.18
+++ term.c      12 Jun 2005 11:03:51 -0000      1.19
@@ -244,7 +244,7 @@
    term->bg = NULL;
    strcpy(term->font.path, DATADIR);
    strcpy(term->font.face, "VeraMono");
-   term->font.size = 9;
+   term->font.size = 10;
    term->data_ptr = 0;
    term->font.width = term_font_get_width(term);
    term->font.height = term_font_get_height(term);
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/enterminus/src/bin/term.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- term.h      28 Feb 2005 12:16:39 -0000      1.13
+++ term.h      12 Jun 2005 11:03:51 -0000      1.14
@@ -21,7 +21,7 @@
 #include <Ecore_X.h>
 #include "config.h"
 
-#define DEBUG 0
+#define DEBUG1 0
 
 #define NPAR 16
 #define DATADIR PACKAGE_DATA_DIR"/"




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to