]> git.saurik.com Git - wxWidgets.git/commitdiff
conditionals for carbon only osx code
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 10 Sep 2008 20:26:27 +0000 (20:26 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 10 Sep 2008 20:26:27 +0000 (20:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/listctrl.cpp

index 028a0fddd429ffbe26877f5a2a3d2bcce8b3e411..9d6d3c50e88a750921edbc80715f7460fc154b88 100644 (file)
@@ -1414,7 +1414,7 @@ bool wxListLineData::SetAttributes(wxDC *dc,
 #ifdef __WXMAC__
     {
         if (m_owner->HasFocus()
-#if !defined(__WXUNIVERSAL__)
+#if !defined(__WXUNIVERSAL__) && wxOSX_USE_CARBON
                 && IsControlActive( (ControlRef)m_owner->GetHandle() )
 #endif
         )
@@ -1478,7 +1478,7 @@ void wxListLineData::Draw( wxDC *dc )
         {
             int flags = wxCONTROL_SELECTED;
             if (m_owner->HasFocus()
-#if defined( __WXMAC__ ) && !defined(__WXUNIVERSAL__)
+#if defined( __WXMAC__ ) && !defined(__WXUNIVERSAL__) && wxOSX_USE_CARBON
                 && IsControlActive( (ControlRef)m_owner->GetHandle() )
 #endif
             )