[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 84730] HAVE_XRENDER may be undeclared
From:       Bernd Kuhls <bernd.kuhls () informatik ! uni-oldenburg ! de>
Date:       2004-10-15 13:22:32
Message-ID: 20041015132232.31437.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
        
http://bugs.kde.org/show_bug.cgi?id=84730        




------- Additional Comments From bernd.kuhls informatik uni-oldenburg de  2004-10-15 \
15:22 ------- I had to patch like this in order to compile on Solaris 9, gcc-3.3.5

--- ./kdenetwork/kopete/kopete/config/appearance/appearanceconfig.cpp   2004-08-09 \
                11:27:10.000000000 +0200
+++ ./kdenetwork/kopete/kopete/config/appearance/appearanceconfig.cpp   2004-10-14 \
20:23:24.624511000 +0200  @ -310,7 +310,11  @
        mPrfsContactList->mIndentContacts->setChecked( p->contactListIndentContacts() \
                );
        mPrfsContactList->mDisplayMode->setButton( p->contactListDisplayMode() );
        mPrfsContactList->mAnimateChanges->setChecked( p->contactListAnimation() );
+       #ifdef HAVE_XRENDER
        mPrfsContactList->mFadeVisibility->setChecked( p->contactListFading() && \
HAVE_XRENDER ); +       #else
+       mPrfsContactList->mFadeVisibility->setChecked( p->contactListFading());
+       #endif
        mPrfsContactList->mFoldVisibility->setChecked( p->contactListFolding() );

        // "Colors & Fonts" TAB =====================================================


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic