diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-17 01:15:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-17 01:15:17 +0000 |
| commit | 3b0b41ba81f46250f68111f7116a7f8e5c2a8dbe (patch) | |
| tree | faf1281b4db6c7763be9c5dbe35728d067a68ef1 /otk/renderstyle.cc | |
| parent | 26a3563ac697549cfe0131c5c2970c455f978607 (diff) | |
pixmap button masks work (hardcoded)
Diffstat (limited to 'otk/renderstyle.cc')
| -rw-r--r-- | otk/renderstyle.cc | 2 |
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(), |
