diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-01-23 20:08:12 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-01-23 20:08:12 +0100 |
commit | af9c9091ed69394171485aa4c4814504f86f2004 (patch) | |
tree | 070b911dc8faed486c8e8829f0f41aec7d5b4350 /plugingui/colour.h | |
parent | 5e4cb10f72ef69d73fbd2c1bc42465c9111a4c41 (diff) |
Simple image blit. New slider class. New filenamelineedit. New pixelbuffer used for drawing everything but the root window - with alpha blending...
Diffstat (limited to 'plugingui/colour.h')
-rw-r--r-- | plugingui/colour.h | 6 |
1 files changed, 2 insertions, 4 deletions
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__*/ |