Following files contain incorrect "ifdef RENDER" in code: app/xclock/Clock.c app/xclock/XClock-color.ad In the same time, the XRENDER definition is used for enabling the X render extension The attached patch fixes the problem and also fixed the build error caused by enabling of compilation of code that was previosly masked by "ifdef RENDER"
Created attachment 5103 [details] [review] proposed patch to fix the bug
Thanks - fix applied to CVS: CVSROOT: /cvs/xorg Module name: app Changes by: alanc@kemper.freedesktop.org 06/03/29 02:10:49 Log message: 2006-03-28 Alan Coopersmith <alan.coopersmith@sun.com> * Clock.c: * XClock-color.ad: Bug #6420 <https://bugs.freedesktop.org/show_bug.cgi?id=6420> Patch #5103 <https://bugs.freedesktop.org/attachment.cgi?id=5103> xclock code contains wrong "ifdef RENDER" (Kirill Belokurov) Modified files: app/xclock/: ChangeLog Clock.c XClock-color.ad Revision Changes Path 1.8 +8 -0 app/xclock/ChangeLog http://cvs.freedesktop.org/xorg/app/xclock/ChangeLog 1.6 +3 -3 app/xclock/Clock.c http://cvs.freedesktop.org/xorg/app/xclock/Clock.c 1.3 +1 -2 app/xclock/XClock-color.ad http://cvs.freedesktop.org/xorg/app/xclock/XClock-color.ad
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.