X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=0d04436630fa467c3f0d656c270d96dd43b371c7;hb=4c672be2e1f39e72eb7d7e99f129e61338f481b2;hp=8c6c256faaa05aaeabfbbe0a6e1a1a3cfaab0d3c;hpb=a2f2fefeffc74e93504588f9545507814857723e;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index 8c6c256f..0d044366 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- frame.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify @@ -94,8 +95,12 @@ struct _ObFrame Window lgrip; Window rgrip; - Window tlresize; - Window trresize; + Window tltresize; + Window tllresize; + Window trtresize; + Window trrresize; + + Colormap colormap; RrAppearance *a_unfocused_title; RrAppearance *a_focused_title; @@ -141,9 +146,7 @@ struct _ObFrame GTimeVal flash_end; }; -void frame_startup(gboolean reconfig); -void frame_shutdown(gboolean reconfig); -ObFrame *frame_new(); +ObFrame *frame_new(struct _ObClient *c); void frame_show(ObFrame *self); void frame_hide(ObFrame *self); void frame_adjust_theme(ObFrame *self);