From af9c9091ed69394171485aa4c4814504f86f2004 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 23 Jan 2012 20:08:12 +0100 Subject: Simple image blit. New slider class. New filenamelineedit. New pixelbuffer used for drawing everything but the root window - with alpha blending... --- plugingui/colour.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugingui/colour.h') diff --git a/plugingui/colour.h b/plugingui/colour.h index 5778702..92ec99e 100644 --- a/plugingui/colour.h +++ b/plugingui/colour.h @@ -27,7 +27,7 @@ #ifndef __DRUMGIZMO_COLOUR_H__ #define __DRUMGIZMO_COLOUR_H__ -class GlobalContext; +namespace GUI { class Colour { public: @@ -44,10 +44,8 @@ public: float green; float blue; float alpha; +}; -#ifdef X11 - int getColour(GlobalContext *gctx); -#endif/*X11*/ }; #endif/*__DRUMGIZMO_COLOUR_H__*/ -- cgit v1.2.3