ratpoison-devel
[Top][All Lists]
Advanced

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

Re: [RP] Re: [RPC] CVS: ratpoison/src actions.c,1.206,1.207 actions.h,1.


From: Norbert Koch
Subject: Re: [RP] Re: [RPC] CVS: ratpoison/src actions.c,1.206,1.207 actions.h,1.69,1.70
Date: Fri Nov 19 07:37:03 2004
User-agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, berkeley-unix)

Trent Buck <address@hidden> writes:

Hi Trent!

>       cvs :pserver:address@hidden:/cvsroot/ratpoison login
>       cvs :pserver:address@hidden:/cvsroot/ratpoison co ratpoison
          ^^^
           -d 

>       cd ratpoison
>       ./autogen.sh
>       # dpkg-buildpackage -rfakeroot

        configure
> 
>       make
>       make install

I've added the modifications, I needed to make. Thanks.

Now it works, after I've fixed an error in actions.c, strange.  Diff
is attached.


norbert.


Index: actions.c
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/src/actions.c,v
retrieving revision 1.212
diff -u -r1.212 actions.c
--- actions.c   19 Nov 2004 02:09:42 -0000      1.212
+++ actions.c   19 Nov 2004 15:32:50 -0000
@@ -4599,10 +4599,10 @@
   struct sbuf *s;
   char *tmp, *tmp2;
   rp_frame *cur;
+  register int i;

   s = sbuf_new (0);

-  register int i;
   for (i=0; i<num_screens; i++)
     { 
       tmp2 = xsprintf (" %d,",
       (rp_have_xinerama)?(screens[i].xine_screen_num):(screens[i].screen_num));




reply via email to

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