diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-29 02:10:49 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-29 02:10:49 +0000 |
commit | a5fd7d91172970d75b1aeaa729125dbbc56615f7 (patch) | |
tree | ca5922e7b75c7b43746e0956a0fdca759e5de7aa /XClock-color.ad | |
parent | 57647f74642e672bc7082aed84141b456659e464 (diff) |
Bug #6420 <https://bugs.freedesktop.org/show_bug.cgi?id=6420> Patch #5103XORG-7_0_99_901
<https://bugs.freedesktop.org/attachment.cgi?id=5103> xclock code
contains wrong "ifdef RENDER" (Kirill Belokurov)
Diffstat (limited to 'XClock-color.ad')
-rw-r--r-- | XClock-color.ad | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/XClock-color.ad b/XClock-color.ad index d8acb7e..ec857f6 100644 --- a/XClock-color.ad +++ b/XClock-color.ad @@ -2,10 +2,9 @@ #include "XClock" -#ifdef RENDER XClock.Clock.hourColor: rgba:7f/00/00/c0 XClock.Clock.minuteColor: rgba:00/7f/7f/c0 XClock.Clock.secondColor: rgba:00/00/ff/80 XClock.Clock.majorColor: rgba:7f/00/00/c0 XClock.Clock.minorColor: rgba:00/7f/7f/c0 -#endif + |