* Minor cleanup.
+alpha git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41637 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2009, Haiku. All rights reserved.
|
* Copyright 2002-2011, Haiku. All rights reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@@ -7,8 +7,11 @@
|
|||||||
* Rene Gollent ([email protected])
|
* Rene Gollent ([email protected])
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "APRView.h"
|
#include "APRView.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <Alert.h>
|
#include <Alert.h>
|
||||||
#include <Catalog.h>
|
#include <Catalog.h>
|
||||||
#include <Directory.h>
|
#include <Directory.h>
|
||||||
@@ -20,10 +23,7 @@
|
|||||||
#include <Path.h>
|
#include <Path.h>
|
||||||
#include <SpaceLayoutItem.h>
|
#include <SpaceLayoutItem.h>
|
||||||
|
|
||||||
#include <private/interface/DecorInfo.h>
|
#include <DecorInfo.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
|
|
||||||
#include "APRWindow.h"
|
#include "APRWindow.h"
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
|
|||||||
@@ -9,30 +9,32 @@
|
|||||||
#ifndef APR_VIEW_H_
|
#ifndef APR_VIEW_H_
|
||||||
#define APR_VIEW_H_
|
#define APR_VIEW_H_
|
||||||
|
|
||||||
#include <View.h>
|
|
||||||
|
#include <Button.h>
|
||||||
#include <ColorControl.h>
|
#include <ColorControl.h>
|
||||||
#include <Message.h>
|
|
||||||
#include <ListItem.h>
|
#include <ListItem.h>
|
||||||
#include <ListView.h>
|
#include <ListView.h>
|
||||||
#include <Button.h>
|
|
||||||
#include <ScrollView.h>
|
|
||||||
#include <ScrollBar.h>
|
|
||||||
#include <String.h>
|
|
||||||
#include <Menu.h>
|
#include <Menu.h>
|
||||||
#include <MenuField.h>
|
|
||||||
#include <MenuBar.h>
|
#include <MenuBar.h>
|
||||||
|
#include <MenuField.h>
|
||||||
#include <MenuItem.h>
|
#include <MenuItem.h>
|
||||||
|
#include <Message.h>
|
||||||
|
#include <ScrollBar.h>
|
||||||
|
#include <ScrollView.h>
|
||||||
|
#include <String.h>
|
||||||
#include <StringView.h>
|
#include <StringView.h>
|
||||||
#include <Invoker.h>
|
#include <View.h>
|
||||||
|
|
||||||
|
#include <DecorInfo.h>
|
||||||
|
|
||||||
#include "ColorSet.h"
|
#include "ColorSet.h"
|
||||||
|
|
||||||
|
|
||||||
class ColorWell;
|
class ColorWell;
|
||||||
class DecorInfoUtility;
|
|
||||||
class APRWindow;
|
class APRWindow;
|
||||||
|
|
||||||
class APRView : public BView
|
|
||||||
{
|
class APRView : public BView {
|
||||||
public:
|
public:
|
||||||
APRView(const char *name, uint32 flags);
|
APRView(const char *name, uint32 flags);
|
||||||
~APRView(void);
|
~APRView(void);
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
SubDir HAIKU_TOP src preferences appearance ;
|
SubDir HAIKU_TOP src preferences appearance ;
|
||||||
|
|
||||||
UsePrivateHeaders app [ FDirName servers app ] ;
|
UsePrivateHeaders app interface [ FDirName servers app ] ;
|
||||||
UseFreeTypeHeaders ;
|
UseFreeTypeHeaders ;
|
||||||
|
|
||||||
Preference Appearance :
|
Preference Appearance :
|
||||||
|
|||||||
Reference in New Issue
Block a user