summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
Diffstat (limited to 'otk')
-rw-r--r--otk/renderstyle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/renderstyle.cc b/otk/renderstyle.cc
index 4b3bc1bd..482f3303 100644
--- a/otk/renderstyle.cc
+++ b/otk/renderstyle.cc
@@ -455,7 +455,7 @@ bool RenderStyle::loadStyle(RenderStyle *s, int screen,
s->_icon_mask = new PixmapMask();
s->_icon_mask->w = s->_icon_mask->h = 7;
{
- char data[] = {0x00, 0x00, 0x00, 0x00, 0x3e, 0x3e, 0x3e };
+ char data[] = { 0x00, 0x00, 0x00, 0x00, 0x3e, 0x3e, 0x3e };
s->_icon_mask->mask =
XCreateBitmapFromData(**display,
display->screenInfo(screen)->rootWindow(),