On Sat, 15 Nov 2003, Jamin W. Collins wrote:

> On Sat, Nov 15, 2003 at 11:30:36PM +0100, Bradley T Hughes wrote:
>> 
>> Feel free to try out the code from CVS... if anonymous CVS isn't
>> working that well (sourceforge is still upgrading their hardware as
>> far as I know), you can snag a snapshot from
>> http://blackboxwm.sourceforge.net/blackbox.tar.gz (or blackbox.tar.bz2
>> if you swing that way).  I'd appreciate any feedback/
>> comments/criticism :)
> 
> SF's anon-cvs seems to have an error that the above referenced tarball
> does not.  With the anon-cvs all compile attempts were failing with:
> 
>    Slit.cc: In member function `void Slit::toggleOnTop()':
>    Slit.cc:712: invalid use of member (did you forget the `&' ?)
>    Slit.cc:712: in argument to unary !
>    make[1]: *** [Slit.o] Error 1
>    make[1]: Leaving directory `/home/jcollins/src/blackbox/src'
>    make: *** [install-recursive] Error 1
> 
I see that too and

--- Slit.cc.~1.80.~     2003-11-16 07:09:55.000000000 +0000
+++ Slit.cc     2003-11-16 08:43:14.000000000 +0000
@@ -709,7 +709,7 @@
 
 
 void Slit::toggleOnTop(void) {
-  screen->resource().saveSlitOnTop(!isOnTop);
+  screen->resource().saveSlitOnTop(!isOnTop());
   screen->saveResource();
   if (isOnTop())
     screen->raiseWindows((WindowStack *) 0);

Should fix it

Robert

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]

Reply via email to