antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright/xshell arguments.c layout.c text.c


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/xshell arguments.c layout.c text.c
Date: Mon, 20 Aug 2007 16:18:58 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/08/20 16:18:58

Modified files:
        xshell         : arguments.c layout.c text.c 

Log message:
        Bug fixes (and additions).  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/arguments.c?cvsroot=antiright&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/layout.c?cvsroot=antiright&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/text.c?cvsroot=antiright&r1=1.5&r2=1.6

Patches:
Index: arguments.c
===================================================================
RCS file: /sources/antiright/antiright/xshell/arguments.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- arguments.c 20 Aug 2007 16:12:09 -0000      1.8
+++ arguments.c 20 Aug 2007 16:18:58 -0000      1.9
@@ -107,7 +107,8 @@
 
 
 static void
-handle_options(XShell * xsh, int argc, char ** argv, unsigned int * counter)
+handle_options(XShell * xsh, int argc, char ** argv, 
+       unsigned int * counter)
 {
        switch(argv[*counter][1])
        {

Index: layout.c
===================================================================
RCS file: /sources/antiright/antiright/xshell/layout.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- layout.c    7 Aug 2007 16:25:24 -0000       1.5
+++ layout.c    20 Aug 2007 16:18:58 -0000      1.6
@@ -33,11 +33,7 @@
        XResizeWindow(gui->display, gui->widgets->window,
                layout->widget_width*(column_count+1),
                XSH_WIDGET_HEIGHT*(column_count>0 
-               ? layout->max_row_count : layout->row_count
-#ifdef EVILWM_HACK_HACK
-               + 1
-#endif /* EVILWM_HACK_HACK */
-               ));
+               ? layout->max_row_count : layout->row_count+1 ));
 }
 
 

Index: text.c
===================================================================
RCS file: /sources/antiright/antiright/xshell/text.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- text.c      20 Aug 2007 16:12:09 -0000      1.5
+++ text.c      20 Aug 2007 16:18:58 -0000      1.6
@@ -31,7 +31,7 @@
        unsigned int i, length=strlen(text), line=0, columns=80,
                font_height=18, font_width=8;
 
-       XSH_SET_COLOR(gui->display, gui->gc, 0xff, 0xff, 0xff);
+       XSH_SET_COLOR(gui->display, gui->gc, 0, 0, 0);
        xsh_set_font(xsh, "-*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*");
        for(i=0; i<length; i+=columns)
        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]