X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Fcolor.h;h=703fc3e3e0a17f21508818b2f68af9fd6b355d75;hb=740c5b2a20d5110435d0874f8cc6a4c9dfd14777;hp=d620f8a486bded9593a5ab848d31d3cc4d121faf;hpb=8085f3490fb5790d15fcb47988bbc24e17467725;p=chaz%2Fopenbox diff --git a/render/color.h b/render/color.h index d620f8a4..703fc3e3 100644 --- a/render/color.h +++ b/render/color.h @@ -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;