projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
329de78
)
rm a stupid bb format
author
Dana Jansens
<danakj@orodu.net>
Thu, 13 Feb 2003 05:18:41 +0000
(
05:18
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 13 Feb 2003 05:18:41 +0000
(
05:18
+0000)
otk/rendercolor.cc
patch
|
blob
|
history
diff --git
a/otk/rendercolor.cc
b/otk/rendercolor.cc
index c8a8c788b91eee01842053dbf32b64f865d9e6fa..448b3e109610c3fb00f8dc322b0f9d383a98a7d3 100644
(file)
--- a/
otk/rendercolor.cc
+++ b/
otk/rendercolor.cc
@@
-66,7
+66,7
@@
void RenderColor::create() const
xcol.blue = (_blue << 8) | _blue;
xcol.pixel = 0;
- if (!
XAllocColor(**display, info->colormap(), &xcol)) {
+ if (!XAllocColor(**display, info->colormap(), &xcol)) {
fprintf(stderr, "RenderColor: color alloc error: rgb:%x/%x/%x\n",
_red, _green, _blue);
xcol.pixel = 0;