|
From: Pierre-Paul L. <pp...@nb...> - 2002-06-14 23:08:06
|
Hmm. this was supposed to have been sent since sometime... evolution crashed ;/ -- old mesg start here -- http://teleport.medri.hr/~docelic/misc/screen.c (and .h) You're not on IRC, so I'll use the mailing list. :-) First, thanks for the corrections in your latest commits. Source files look good for CVS commit... By the way, I'll explain you what exactly is debugf/D(). Wherever you need a printf, you should probably be using debugf. Currently the only difference is that it also print the information in ~/.scrap/scrapwm.debug. If the message isn't important to the regular user, then wrap it in D(). D() is a null-macro if --enable-debug is not specify. It's not that important as long we don't release the code. At that point we will make sure all debugf calls for "real" debugging purpose is wrapped in D(debugf("testing")); /* just as an example */ For your "not really right?" comment: ScreenCount(ddisplay); /* is this good? btw, why ddisplay? */ I was actually thinking of using a screen source file 8-) I might be editing it a little myself later... Have a good day everyone, ppl |