include toolbarhandler
fluxgen fluxgen
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
src/fluxbox.cc
→
src/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