all repos — fluxbox @ 00803e499a1c5da4e5ad067df2b5a3d091cf7ea2

custom fork of the fluxbox windowmanager

using imagecontrol
fluxgen fluxgen
commit

00803e499a1c5da4e5ad067df2b5a3d091cf7ea2

parent

d9438a679dadbf3d5e813fbc4802909d8e0a6aaf

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.104 2002/11/27 21:58:35 fluxgen Exp $ +// $Id: Window.cc,v 1.105 2002/11/30 20:39:42 fluxgen Exp $ #include "Window.hh"

@@ -34,6 +34,7 @@ #include "Toolbar.hh"

#include "Windowmenu.hh" #include "StringUtil.hh" #include "Netizen.hh" +#include "ImageControl.hh" #ifdef HAVE_CONFIG_H #include "config.h"