Fix coding style.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37886 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2010-08-03 20:32:37 +00:00
parent 0e505c0c7b
commit a92ef26cd7
8 changed files with 18 additions and 25 deletions
+1 -3
View File
@@ -6,7 +6,6 @@
* DarkWyrm <[email protected]> * DarkWyrm <[email protected]>
* Clemens Zeidler <[email protected]> * Clemens Zeidler <[email protected]>
*/ */
#ifndef DECOR_MANAGER_H #ifndef DECOR_MANAGER_H
#define DECOR_MANAGER_H #define DECOR_MANAGER_H
@@ -29,8 +28,7 @@ class WindowBehaviour;
typedef BObjectList<DesktopListener> DesktopListenerList; typedef BObjectList<DesktopListener> DesktopListenerList;
class DecorAddOn class DecorAddOn {
{
public: public:
DecorAddOn(image_id id, const char* name); DecorAddOn(image_id id, const char* name);
virtual ~DecorAddOn(); virtual ~DecorAddOn();
+1 -1
View File
@@ -7,7 +7,6 @@
* Stephan Aßmus <[email protected]> * Stephan Aßmus <[email protected]>
* Clemens Zeidler <[email protected]> * Clemens Zeidler <[email protected]>
*/ */
#ifndef DECORATOR_H #ifndef DECORATOR_H
#define DECORATOR_H #define DECORATOR_H
@@ -46,6 +45,7 @@ enum click_type {
CLICK_RESIZE_RB CLICK_RESIZE_RB
}; };
class Decorator { class Decorator {
public: public:
Decorator(DesktopSettings& settings, BRect rect, Decorator(DesktopSettings& settings, BRect rect,
-1
View File
@@ -7,7 +7,6 @@
* Stephan Aßmus <[email protected]> * Stephan Aßmus <[email protected]>
* Clemens Zeidler <[email protected]> * Clemens Zeidler <[email protected]>
*/ */
#ifndef DEFAULT_DECORATOR_H #ifndef DEFAULT_DECORATOR_H
#define DEFAULT_DECORATOR_H #define DEFAULT_DECORATOR_H
+1 -3
View File
@@ -10,7 +10,6 @@
* Brecht Machiels <[email protected]> * Brecht Machiels <[email protected]>
* Clemens Zeidler <[email protected]> * Clemens Zeidler <[email protected]>
*/ */
#ifndef DEFAULT_WINDOW_BEHAVIOUR_H #ifndef DEFAULT_WINDOW_BEHAVIOUR_H
#define DEFAULT_WINDOW_BEHAVIOUR_H #define DEFAULT_WINDOW_BEHAVIOUR_H
@@ -24,8 +23,7 @@ class Desktop;
class Window; class Window;
class DefaultWindowBehaviour : public WindowBehaviour class DefaultWindowBehaviour : public WindowBehaviour {
{
public: public:
DefaultWindowBehaviour(Window* window); DefaultWindowBehaviour(Window* window);
virtual ~DefaultWindowBehaviour(); virtual ~DefaultWindowBehaviour();
+1
View File
@@ -6,6 +6,7 @@
* Clemens Zeidler <[email protected]> * Clemens Zeidler <[email protected]>
*/ */
#include "DesktopListener.h" #include "DesktopListener.h"
+3 -5
View File
@@ -5,10 +5,10 @@
* Authors: * Authors:
* Clemens Zeidler <[email protected]> * Clemens Zeidler <[email protected]>
*/ */
#ifndef DESKTOP_LISTENER_H #ifndef DESKTOP_LISTENER_H
#define DESKTOP_LISTENER_H #define DESKTOP_LISTENER_H
#include <util/DoublyLinkedList.h> #include <util/DoublyLinkedList.h>
#include <Point.h> #include <Point.h>
@@ -18,8 +18,7 @@ class BMessage;
class Window; class Window;
class DesktopListener : public DoublyLinkedListLinkImpl<DesktopListener> class DesktopListener : public DoublyLinkedListLinkImpl<DesktopListener> {
{
public: public:
virtual ~DesktopListener(); virtual ~DesktopListener();
@@ -58,8 +57,7 @@ class DesktopListener : public DoublyLinkedListLinkImpl<DesktopListener>
typedef DoublyLinkedList<DesktopListener> DesktopListenerDLList; typedef DoublyLinkedList<DesktopListener> DesktopListenerDLList;
class DesktopObservable class DesktopObservable {
{
public: public:
DesktopObservable(); DesktopObservable();
+1
View File
@@ -7,6 +7,7 @@
* Stefano Ceccherini ([email protected]) * Stefano Ceccherini ([email protected])
* Marcus Overhagen <[email protected]> * Marcus Overhagen <[email protected]>
*/ */
#include "ServerPicture.h" #include "ServerPicture.h"
#include <new> #include <new>
+1 -3
View File
@@ -5,7 +5,6 @@
* Authors: * Authors:
* Clemens Zeidler <[email protected]> * Clemens Zeidler <[email protected]>
*/ */
#ifndef WINDOW_BEHAVIOUR_H #ifndef WINDOW_BEHAVIOUR_H
#define WINDOW_BEHAVIOUR_H #define WINDOW_BEHAVIOUR_H
@@ -16,8 +15,7 @@
class BMessage; class BMessage;
class WindowBehaviour class WindowBehaviour {
{
public: public:
WindowBehaviour(); WindowBehaviour();
virtual ~WindowBehaviour(); virtual ~WindowBehaviour();