all repos — fluxbox @ ba5272b84547240a14e57a3afd25aca71375b922

custom fork of the fluxbox windowmanager

code doc
fluxgen fluxgen
commit

ba5272b84547240a14e57a3afd25aca71375b922

parent

f3098da834fa90447212c7a261d870fb31d72bdb

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

jump to
M src/FbTk/FbDrawable.hhsrc/FbTk/FbDrawable.hh

@@ -19,7 +19,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: FbDrawable.hh,v 1.1 2003/04/29 08:49:36 fluxgen Exp $ +// $Id: FbDrawable.hh,v 1.2 2003/05/10 13:28:11 fluxgen Exp $ #ifndef FBTK_FBDRAWABLE_HH #define FBTK_FBDRAWABLE_HH

@@ -27,6 +27,7 @@ #include <X11/Xlib.h>

namespace FbTk { +/// Basic drawing functions for X drawables class FbDrawable { public: virtual ~FbDrawable() { }