Minor cleanup of comments and duplicate includes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5838 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
#include <Region.h>
|
#include <Region.h>
|
||||||
#include <String.h>
|
#include <String.h>
|
||||||
#include <Locker.h>
|
#include <Locker.h>
|
||||||
#include <Region.h>
|
|
||||||
#include <Debug.h>
|
#include <Debug.h>
|
||||||
#include <TokenSpace.h>
|
#include <TokenSpace.h>
|
||||||
#include "View.h" // for mouse button defines
|
#include "View.h" // for mouse button defines
|
||||||
@@ -325,7 +324,7 @@ void WinBorder::SetFocus(const bool &active)
|
|||||||
|
|
||||||
void WinBorder::RebuildRegions( const BRect& r ){
|
void WinBorder::RebuildRegions( const BRect& r ){
|
||||||
/* WinBorder is a little bit special. It doesn't have a visible region
|
/* WinBorder is a little bit special. It doesn't have a visible region
|
||||||
in witch to do its drawings. Instead the hole visible region is split
|
in which to do its drawings. Instead the whole visible region is split
|
||||||
between decorator and top_layer.
|
between decorator and top_layer.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user