X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Fcolor.h;h=26fa7afe61becc2bde9125d83c7b91a9c370f97b;hb=dd8cb753c16a902b46400eb4e80288cbaa25ba99;hp=d620f8a486bded9593a5ab848d31d3cc4d121faf;hpb=35e3370651be572c710a09f6bb6190207c5dbd01;p=chaz%2Fopenbox diff --git a/render/color.h b/render/color.h index d620f8a4..26fa7afe 100644 --- a/render/color.h +++ b/render/color.h @@ -1,7 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- color.h for the Openbox window manager - Copyright (c) 2003 Ben Jansens + Copyright (c) 2003-2007 Dana Jansens Copyright (c) 2003 Derek Foreman This program is free software; you can redistribute it and/or modify @@ -29,10 +29,10 @@ struct _RrColor { const RrInstance *inst; - int r; - int g; - int b; - unsigned long pixel; + gint r; + gint g; + gint b; + gulong pixel; GC gc; gint key;