Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/enterminus/src/bin


Modified Files:
        main.c pty.c 


Log Message:
removed unrequired extern and changed default bg pixmap

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/enterminus/src/bin/main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- main.c      24 Jan 2005 10:57:27 -0000      1.1
+++ main.c      6 Feb 2005 13:06:16 -0000       1.2
@@ -4,7 +4,7 @@
 
    Ecore_Evas  *ee;     /* ecore_evas */
    Evas        *evas;   /* evas       */
-   Evas_Object *ob,*bg; /* background */   
+//   Evas_Object *ob,*bg; /* background */   
    Term        *term;   /* terminal   */
    
    //term_window_init(ee, evas);
@@ -14,7 +14,7 @@
    
    term = term_new(evas);
    
-   term_term_bg_set(term, DATADIR"black.png", ee);
+   term_term_bg_set(term, DATADIR"white.png", ee);
 
    execute_command(term, argc, argv);
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/enterminus/src/bin/pty.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- pty.c       24 Jan 2005 10:57:27 -0000      1.1
+++ pty.c       6 Feb 2005 13:06:16 -0000       1.2
@@ -2,7 +2,8 @@
 
 int get_pty(Term *term)
 {
-   extern char *ptsname();
+   /* do we need this here? */
+   /* extern char *ptsname(); */
    int fd;
 
    if((fd = getpt()) >= 0)
@@ -106,7 +107,7 @@
       /* child */
       get_tty(term);
 
-      putenv("TERM=blurt");
+      putenv("TERM=xterm");
       chdir(pw->pw_dir);
 
       args = calloc(3, sizeof(char*));




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to