Re: blackbox-0.62.1-custom_titlebar-fab.patch

2002-03-05 Thread Derek Cunningham
On Sat, Mar02,02 20:37, Sean 'Shaleh' Perry wrote: On 03-Mar-2002 Marc Wilson wrote: Ok, here's another one that shaleh says is never gonna make it into blackbox... actually, I am on the fence on this one. It may make it in .. yes vote here. DC -- Derek Cunningham [EMAIL

Offtopic: C Coding Practice (was: Re: blackbox-0.62.1-custom_titlebar-fab.patch)

2002-03-03 Thread Jim Knoble
[Followups should probably go to either news:comp.lang.c or to me personally.] Circa 2002-Mar-02 23:35:26 -0800 dixit Marc Wilson: : On Sun, Mar 03, 2002 at 01:58:56AM -0500, Jim Knoble wrote: : The indentation is misleading. If you *really* don't want to use : brackets around a single

Re: blackbox-0.62.1-custom_titlebar-fab.patch

2002-03-03 Thread Creighton Samuels
I say ney, and on a related note where can I find the NETWM spec? I have searched and failed On Sat, Mar 02, 2002 at 11:39:50PM -0500, Jason 'vanRijn' Kasper wrote: If it's up for a vote, I vote 'aye' =:) On Sat, 2002-03-02 at 23:37, Sean 'Shaleh' Perry wrote: On 03-Mar-2002 Marc Wilson

Re: blackbox-0.62.1-custom_titlebar-fab.patch

2002-03-03 Thread Es Bee Ex
On Sat, 2 Mar 2002 20:29:37 -0800 Marc Wilson [EMAIL PROTECTED] wrote: It adds a resource to your .blackboxrc like so: session.titlebarLayout: LIMC snip Please note that I did *NOT* create the patch, nor am I claiming credit for it. I merely want to use it. ^_^ Thank you very much! At least

Re: blackbox-0.62.1-custom_titlebar-fab.patch

2002-03-03 Thread Es Bee Ex
On Sun, 03 Mar 2002 02:19:37 -0800 (PST) Sean 'Shaleh' Perry [EMAIL PROTECTED] wrote: I like the idea of giving people the ability to move the buttons around. My concern is that allowing them to also remove buttons could cost the user some feedback. Allowing the user to remove buttons

blackbox-0.62.1-custom_titlebar-fab.patch

2002-03-02 Thread Marc Wilson
Ok, here's another one that shaleh says is never gonna make it into blackbox... I like being able to rearrange the buttons, or for that matter, delete them. So I re-did this one for 0.62.1. It's not pretty, it doesn't particularly follow shaleh's idea of proper coding (he's bracket happy), it

Re: blackbox-0.62.1-custom_titlebar-fab.patch

2002-03-02 Thread Sean 'Shaleh' Perry
On 03-Mar-2002 Marc Wilson wrote: Ok, here's another one that shaleh says is never gonna make it into blackbox actually, I am on the fence on this one It may make it in

Re: blackbox-0.62.1-custom_titlebar-fab.patch

2002-03-02 Thread Jason 'vanRijn' Kasper
If it's up for a vote, I vote 'aye' =:) On Sat, 2002-03-02 at 23:37, Sean 'Shaleh' Perry wrote: On 03-Mar-2002 Marc Wilson wrote: Ok, here's another one that shaleh says is never gonna make it into blackbox actually, I am on the fence on this one It may make it in --

Re: blackbox-0.62.1-custom_titlebar-fab.patch

2002-03-02 Thread Marc Wilson
On Sat, Mar 02, 2002 at 08:37:06PM -0800, Sean 'Shaleh' Perry wrote: On 03-Mar-2002 Marc Wilson wrote: Ok, here's another one that shaleh says is never gonna make it into blackbox... actually, I am on the fence on this one. It may make it in .. Heh... maybe I shouldn't have wasted

Re: blackbox-0.62.1-custom_titlebar-fab.patch

2002-03-02 Thread Sean 'Shaleh' Perry
You *are* bracket-happy though, you know ^_^ oh? You must be referring to this: if (test) { } else { } the else could safely lose the {} However I find the else then gets lots easily It is also my experience that every time i have a place where I can get away without braces

Re: blackbox-0.62.1-custom_titlebar-fab.patch

2002-03-02 Thread Marc Wilson
On Sun, Mar 03, 2002 at 01:58:56AM -0500, Jim Knoble wrote: The indentation is misleading. If you *really* don't want to use brackets around a single statement, i recommend this style: Well, yeah. But you shouldn't be using the brackets to cover up the poor coding practices (lousy