summaryrefslogtreecommitdiffstats
path: root/tksao
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-08-01 18:15:56 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-08-01 18:15:56 (GMT)
commit6c5edb13e48a58fc39b8c3c584cda84344d221c0 (patch)
tree6dc5f5f12ff2852787540e615fc2f4b4f6e21249 /tksao
parent500aec56992397eb4facbd3337e6c9dc194af8c1 (diff)
downloadblt-6c5edb13e48a58fc39b8c3c584cda84344d221c0.zip
blt-6c5edb13e48a58fc39b8c3c584cda84344d221c0.tar.gz
blt-6c5edb13e48a58fc39b8c3c584cda84344d221c0.tar.bz2
upgrade tcl/tk 8.6.10
Diffstat (limited to 'tksao')
-rw-r--r--tksao/widget/truecolor24.C10
1 files changed, 5 insertions, 5 deletions
diff --git a/tksao/widget/truecolor24.C b/tksao/widget/truecolor24.C
index 9cbc681..422dcd4 100644
--- a/tksao/widget/truecolor24.C
+++ b/tksao/widget/truecolor24.C
@@ -16,13 +16,13 @@ TrueColor24::TrueColor24(Visual* visual)
#if MAC_OSX_TK
// macos masks are plain wrong
ax_ = 0xFF000000;
- rx_ = 0x00FF0000;
- gx_ = 0x0000FF00;
- bx_ = 0x000000FF;
// *** waj ***
- // rx_ = 0x000000FF;
+ // rx_ = 0x00FF0000;
// gx_ = 0x0000FF00;
- // bx_ = 0x00FF0000;
+ // bx_ = 0x000000FF;
+ rx_ = 0x000000FF;
+ gx_ = 0x0000FF00;
+ bx_ = 0x00FF0000;
#endif
#if _WIN32
// windows masks are plain wrong