aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Color.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-02-28 16:55:22 (GMT)
committerfluxgen <fluxgen>2004-02-28 16:55:22 (GMT)
commit60ec2e2177d893f4a62a176dc126652e1a814cf5 (patch)
tree018a6500b394eb18e40929b777d85e4e85caa070 /src/FbTk/Color.hh
parent489c2f4dd049eda18f61f44bb7c857a69e0445ff (diff)
downloadfluxbox_pavel-60ec2e2177d893f4a62a176dc126652e1a814cf5.zip
fluxbox_pavel-60ec2e2177d893f4a62a176dc126652e1a814cf5.tar.bz2
copy operator
Diffstat (limited to 'src/FbTk/Color.hh')
-rw-r--r--src/FbTk/Color.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FbTk/Color.hh b/src/FbTk/Color.hh
index 1ab926b..5206790 100644
--- a/src/FbTk/Color.hh
+++ b/src/FbTk/Color.hh
@@ -1,5 +1,5 @@
1// Color.hh for Fluxbox Window Manager 1// Color.hh for Fluxbox Window Manager
2// Copyright (c) 2002 Henrik Kinnunen (fluxgen@users.sourceforge.net) 2// Copyright (c) 2002-2004 Henrik Kinnunen (fluxgen@users.sourceforge.net)
3// 3//
4// from Image.hh for Blackbox - an X11 Window manager 4// from Image.hh for Blackbox - an X11 Window manager
5// Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) 5// Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net)
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Color.hh,v 1.6 2003/12/16 17:06:49 fluxgen Exp $ 25// $Id: Color.hh,v 1.7 2004/02/28 16:55:22 fluxgen Exp $
26 26
27#ifndef FBTK_COLOR_HH 27#ifndef FBTK_COLOR_HH
28#define FBTK_COLOR_HH 28#define FBTK_COLOR_HH
@@ -46,8 +46,8 @@ public:
46 bool setFromString(const char *color_string, int screen); 46 bool setFromString(const char *color_string, int screen);
47 /// TODO don't like this 47 /// TODO don't like this
48 void setPixel(unsigned long pixel) { m_pixel = pixel; } 48 void setPixel(unsigned long pixel) { m_pixel = pixel; }
49 // TODO 49
50 //Color &operator = (const Color &col_copy); 50 Color &operator = (const Color &col_copy);
51 51
52 inline bool isAllocated() const { return m_allocated; } 52 inline bool isAllocated() const { return m_allocated; }
53 inline unsigned short red() const { return m_red; } 53 inline unsigned short red() const { return m_red; }