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:
e71fb6c
)
don use gradient for titlebar.. waste of cycles
author
Dana Jansens
<danakj@orodu.net>
Thu, 13 Feb 2003 10:38:04 +0000
(10:38 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 13 Feb 2003 10:38:04 +0000
(10:38 +0000)
otk/renderstyle.cc
patch
|
blob
|
history
diff --git
a/otk/renderstyle.cc
b/otk/renderstyle.cc
index d45e421265666d323018284a98f897e3bd7d937f..f555284401ce8a87bdc0446e0274f055175bf1e8 100644
(file)
--- a/
otk/renderstyle.cc
+++ b/
otk/renderstyle.cc
@@
-54,8
+54,8
@@
RenderStyle::RenderStyle(int screen, const std::string &stylefile)
_file(stylefile)
{
// pick one..
-#define FIERON
-
//
#define MERRY
+
//
#define FIERON
+#define MERRY
#ifdef FIERON
_root_color = new RenderColor(_screen, 0x272a2f);
@@
-295,7
+295,7
@@
RenderStyle::RenderStyle(int screen, const std::string &stylefile)
RenderTexture::Flat,
RenderTexture::Bevel1,
false,
- RenderTexture::
Vertical
,
+ RenderTexture::
Solid
,
false,
0xe6e6e6,
0xd9d9d9,