Themes vs. styles

2012-11-15 Thread Doug Torrance
Is there any official distinction between themes and styles?  It seems as 
though themes generally contain a background and styles don't.  Is that all 
there is to it?

Thanks,
Doug
  

Re: Call for testing before 0.95.4

2012-11-15 Thread John H. Robinson, IV
../../src/actions.c:38:22: error: colormap.h: No such file or directory
../../src/actions.c: In function 'wSetFocusTo':
../../src/actions.c:159: warning: implicit declaration of function 
'wColormapInstallForWindow'
make[4]: *** [actions.o] Error 1
make[4]: Leaving directory `/tmp/wmaker-crm/WindowMaker-0.95.3/_build/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/tmp/wmaker-crm/WindowMaker-0.95.3/_build/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/wmaker-crm/WindowMaker-0.95.3/_build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/wmaker-crm/WindowMaker-0.95.3/_build'
make: *** [distcheck] Error 1
zsh: exit 2 make distcheck
make distcheck  36.28s user 7.02s system 105% cpu 41.046 total

make distcheck is exactly what I was looking for, thank you!

-- 
John H. Robinson, IV
jh...@sbih.org




On 2012-11-14, at 18:18, BALATON Zoltan bala...@eik.bme.hu wrote:

 On Wed, 14 Nov 2012, John H. Robinson, IV wrote:
 Please find attached a diff to add the missing .h files from src/Makefile.am
 One way to find these:
 $ git checkout next
 $ ./autogen.sh
 $ ./configure
 $ make dist-gzip
 $ tar xzf WindowMaker-0.95.3.tar.gz
 $ cd WindowMaker-0.95.3
 $ ./configure
 $ make
 There has to be an easier way.
 
 How about 'make distcheck'? (I haven't tried it but this is the official 
 autotools way that's supposed to do that.)
 
 Regards,
 BALATON Zoltan



Re: Call for testing before 0.95.4

2012-11-15 Thread Iain Patterson

Quoth Paul Seelig,


Yet another rather strange glitch:

- open three terminal windows
- repeatedly restart wmaker
- all windows slowly drift to the left and up by just a few pixels


  That sounds similar to the bug which was fixed in 
b657f15344f193d70747689f96cefddc8baa2181.  I'll take a look at it.



--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re : Themes vs. styles

2012-11-15 Thread Christophe

- Doug Torrance profz...@hotmail.com a écrit :
 Is there any official distinction between themes and styles?  It seems as 
 though themes generally contain a background and styles don't.  Is that all 
 there is to it?
 

Hi Doug,

As far as I know, a Style is only a single file, which is why it contains only 
colour definitions (including gradients), as opposition to a Theme, which is 
actually a directory (although if I remind correctly, it can be an archive that 
WMaker automatically decompresses), because it can contain images (background, 
yes, but also for icon, window title bar, ... and optionally also a Font file 
if I remind correctly).

So, from user point of view it won't be quite different, but from WMaker's side 
it's a lot more complex to handle.

And amongst the side effect, you can choose a style you like without impacting 
your background. (without knowing the trick, of course).


 Thanks,
 Doug
 


--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.