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

List:       kde-commits
Subject:    kdebase/kpager
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2003-07-28 14:44:49
[Download RAW message or body]

CVS commit by lunakl: 

& and | operators have braindamaged precedence, for certain reasons older
than I am. Funny thing is that even e.g. C# has it so. Backward compatibility
sucks.


  M +2 -2      kpager.cpp   1.57


--- kdebase/kpager/kpager.cpp  #1.56:1.57
@@ -471,5 +471,5 @@ void KPager::slotWindowChanged( WId win 
     }
     
-    if(prop & ~( NET::WMName | NET::WMVisibleName ) != 0 )
+    if((prop & ~( NET::WMName | NET::WMVisibleName )) != 0 )
         repaint = true;
 


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

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