all repos — fluxbox @ c9c86f5b84f4ca444ec6a9cdb964ab1b457e97f7

custom fork of the fluxbox windowmanager

include toolbarhandler
fluxgen fluxgen
commit

c9c86f5b84f4ca444ec6a9cdb964ab1b457e97f7

parent

1510e1c0cf05bb60f7982834b531c82fba8487ad

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

jump to
M src/fluxbox.ccsrc/fluxbox.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: fluxbox.cc,v 1.161 2003/06/24 15:02:39 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.162 2003/06/24 18:34:52 fluxgen Exp $ #include "fluxbox.hh"

@@ -41,7 +41,7 @@ #include "FbCommands.hh"

#include "WinClient.hh" #include "Keys.hh" #include "FbAtoms.hh" - +#include "ToolbarHandler.hh" //Use GNU extensions #ifndef _GNU_SOURCE

@@ -523,7 +523,7 @@ #endif // X_RRScreenChangeSelectInput

#endif // HAVE_RANDR - m_screen_list.push_back(screen); + m_screen_list.push_back(screen); m_atomhandler.push_back(&screen->toolbarHandler()); // attach screen signals to this