* Renamed ViewAux.h header to ViewPrivate.h.

* Some cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17210 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-04-23 15:55:15 +00:00
parent 0ac013e66f
commit 621a832488
4 changed files with 51 additions and 62 deletions
@@ -1,7 +1,17 @@
#ifndef _VIEWAUX_H_
#define _VIEWAUX_H_
/*
* Copyright 2003-2006, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* Adrian Oanca <adioanca@cotty.iren.ro>
* Axel Dörfler, axeld@pinc-software.de
*/
#ifndef VIEW_PRIVATE_H
#define VIEW_PRIVATE_H
#include <PortLink.h>
#include <BeBuild.h>
#include <Font.h>
#include <InterfaceDefs.h>
#include <Point.h>
@@ -11,11 +21,11 @@
const static uint32 kDeleteDragger = 'JAHA';
struct shape_data {
uint32 *opList;
uint32* opList;
int32 opCount;
int32 opSize;
int32 opBlockSize;
BPoint *ptList;
BPoint* ptList;
int32 ptCount;
int32 ptSize;
int32 ptBlockSize;
@@ -133,4 +143,4 @@ struct _array_data_{
_array_hdr_* array;
};
#endif /* _VIEWAUX_H_ */
#endif /* VIEW_PRIVATE_H */