all repos — fluxbox @ f3d243acbecca761a75137bc974046bac11d7034

custom fork of the fluxbox windowmanager

forward declare fluxboxwindow
fluxgen fluxgen
commit

f3d243acbecca761a75137bc974046bac11d7034

parent

992e3d496868cbf9f72a34b9f104f844cd2d65b7

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

jump to
M src/Tab.hhsrc/Tab.hh

@@ -19,18 +19,18 @@ // 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: Tab.hh,v 1.15 2002/08/11 20:57:13 fluxgen Exp $ +// $Id: Tab.hh,v 1.16 2002/11/30 20:56:21 fluxgen Exp $ #ifndef TAB_HH #define TAB_HH -#include "Image.hh" -#include "Window.hh" - - -//Note: Tab is a friend of FluxboxWindow +#include <X11/Xlib.h> +#include <strings.h> +class FluxboxWindow; - +/** +Note: Tab is a friend of FluxboxWindow +*/ class Tab { public: enum Placement{ PTOP = 0, PBOTTOM = 5, PLEFT = 10, PRIGHT = 15, PNONE = 20};