fluxbox fork with a slight change to maximized windows
1da473bab9
The icons coming from _NET_WM_ICON are argb32. fluxbox uses such icons in entities such as 'clientmenu', 'iconbar', 'titlebar'. These entities are not related to the depth of the winclient but to fluxbox's default depth. Using 'winclient.depth()' is a mistake, since fluxbox is unable to copy pixmaps from 32bit to 24/16/15bit. It is not necessary either, because fluxbox should extract the argb32 icon data directly into the pixmap with the correct depth in the first place. This fixes (reopened) bug #1852693. Note: The whole icon code in fluxbox is quite messy, lots of copying and scaling. It might be simpler and fater to just extract the icon when needed , in just the size that is needed. |
||
---|---|---|
3rd/vim | ||
data | ||
doc | ||
nls | ||
src | ||
util | ||
.gitignore | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
BUGS | ||
ChangeLog | ||
configure.in | ||
COPYING | ||
Doxyfile | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
RoadMap | ||
stamp-h.in | ||
TODO | ||
version.h.in |
Fluxbox is a fork of the original Blackbox 0.61.1 sourcecode with different goals. Read NEWS to see whats new in this release. For copyright information see COPYING For more information go to: http://fluxbox.org/ Compile and Install: $ ./configure $ make and then as root # make install Thanks: Blackbox team People at #fluxbox on the irc.freenode.net irc-network. skypher of openprojects for bugtesting and providing fluxbox with themes: Clean CleanColor Makro, Carbondioxide and MerleyKay. And all the people who sent bugfixes/patches and helped us making Fluxbox a better application.