all repos — fluxbox @ 9d433e6f49fd3fd165d80d716329cf27c75dc630

custom fork of the fluxbox windowmanager

minor fixes
fluxgen fluxgen
commit

9d433e6f49fd3fd165d80d716329cf27c75dc630

parent

aaaf4cc6b7b8c8529a6c5514e5f7706747d8e419

1 files changed, 4 insertions(+), 1 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.218 2004/01/10 02:58:50 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.219 2004/01/11 13:10:39 fluxgen Exp $ #include "fluxbox.hh"

@@ -44,6 +44,9 @@ #include "FbTk/EventManager.hh"

#include "FbTk/StringUtil.hh" #include "FbTk/Resource.hh" #include "FbTk/XrmDatabaseHelper.hh" +#include "FbTk/Command.hh" +#include "FbTk/RefCount.hh" +#include "FbTk/SimpleCommand.hh" //Use GNU extensions #ifndef _GNU_SOURCE