all repos — fluxbox @ 1510e1c0cf05bb60f7982834b531c82fba8487ad

custom fork of the fluxbox windowmanager

need menu item header
fluxgen fluxgen
commit

1510e1c0cf05bb60f7982834b531c82fba8487ad

parent

cae1bf89be2f5be5cfefce0b2b820202553dae6e

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

jump to
M src/Workspace.ccsrc/Workspace.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: Workspace.cc,v 1.75 2003/06/24 14:57:53 fluxgen Exp $ +// $Id: Workspace.cc,v 1.76 2003/06/24 18:34:01 fluxgen Exp $ #include "Workspace.hh"

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

#include "SimpleCommand.hh" #include "WinClient.hh" #include "FbWinFrame.hh" +#include "MenuItem.hh" // use GNU extensions #ifndef _GNU_SOURCE