From 3b0b41ba81f46250f68111f7116a7f8e5c2a8dbe Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Mar 2003 01:15:17 +0000 Subject: pixmap button masks work (hardcoded) --- otk/renderstyle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/renderstyle.cc') 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(), -- cgit v1.2.3