all repos — fluxbox @ a0abbf60563de1a0f5bf34138219f26c04e44ce7

custom fork of the fluxbox windowmanager

include fix
fluxgen fluxgen
commit

a0abbf60563de1a0f5bf34138219f26c04e44ce7

parent

06d3ea58c080a05db73e4b1285b7ee8c1243ea43

3 files changed, 6 insertions(+), 5 deletions(-)

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

@@ -19,11 +19,12 @@ // 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: IconBar.cc,v 1.16 2002/10/15 17:10:48 fluxgen Exp $ +// $Id: IconBar.cc,v 1.17 2002/10/25 20:59:56 fluxgen Exp $ #include "IconBar.hh" #include "i18n.hh" #include "Screen.hh" +#include "fluxbox.hh" #include <algorithm>
M src/Toolbar.ccsrc/Toolbar.cc

@@ -22,14 +22,14 @@ // 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: Toolbar.cc,v 1.35 2002/10/19 14:07:00 fluxgen Exp $ +// $Id: Toolbar.cc,v 1.36 2002/10/25 21:05:01 fluxgen Exp $ #include "Toolbar.hh" #include "i18n.hh" #include "fluxbox.hh" #include "Clientmenu.hh" -#include "Icon.hh" +#include "Iconmenu.hh" #include "Rootmenu.hh" #include "Screen.hh" #include "Window.hh"
M src/Window.ccsrc/Window.cc

@@ -22,13 +22,13 @@ // 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.94 2002/10/23 21:59:37 fluxgen Exp $ +// $Id: Window.cc,v 1.95 2002/10/25 21:01:49 fluxgen Exp $ #include "Window.hh" #include "i18n.hh" #include "fluxbox.hh" -#include "Icon.hh" +#include "Iconmenu.hh" #include "Screen.hh" #include "Toolbar.hh" #include "Windowmenu.hh"