Fix coding style.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37886 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
* DarkWyrm <[email protected]>
|
||||
* Clemens Zeidler <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef DECOR_MANAGER_H
|
||||
#define DECOR_MANAGER_H
|
||||
|
||||
@@ -29,8 +28,7 @@ class WindowBehaviour;
|
||||
typedef BObjectList<DesktopListener> DesktopListenerList;
|
||||
|
||||
|
||||
class DecorAddOn
|
||||
{
|
||||
class DecorAddOn {
|
||||
public:
|
||||
DecorAddOn(image_id id, const char* name);
|
||||
virtual ~DecorAddOn();
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
* Stephan Aßmus <[email protected]>
|
||||
* Clemens Zeidler <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef DECORATOR_H
|
||||
#define DECORATOR_H
|
||||
|
||||
@@ -46,6 +45,7 @@ enum click_type {
|
||||
CLICK_RESIZE_RB
|
||||
};
|
||||
|
||||
|
||||
class Decorator {
|
||||
public:
|
||||
Decorator(DesktopSettings& settings, BRect rect,
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
* Stephan Aßmus <[email protected]>
|
||||
* Clemens Zeidler <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef DEFAULT_DECORATOR_H
|
||||
#define DEFAULT_DECORATOR_H
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
* Brecht Machiels <[email protected]>
|
||||
* Clemens Zeidler <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef DEFAULT_WINDOW_BEHAVIOUR_H
|
||||
#define DEFAULT_WINDOW_BEHAVIOUR_H
|
||||
|
||||
@@ -24,8 +23,7 @@ class Desktop;
|
||||
class Window;
|
||||
|
||||
|
||||
class DefaultWindowBehaviour : public WindowBehaviour
|
||||
{
|
||||
class DefaultWindowBehaviour : public WindowBehaviour {
|
||||
public:
|
||||
DefaultWindowBehaviour(Window* window);
|
||||
virtual ~DefaultWindowBehaviour();
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
* Clemens Zeidler <[email protected]>
|
||||
*/
|
||||
|
||||
|
||||
#include "DesktopListener.h"
|
||||
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
* Authors:
|
||||
* Clemens Zeidler <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef DESKTOP_LISTENER_H
|
||||
#define DESKTOP_LISTENER_H
|
||||
|
||||
|
||||
#include <util/DoublyLinkedList.h>
|
||||
|
||||
#include <Point.h>
|
||||
@@ -18,8 +18,7 @@ class BMessage;
|
||||
class Window;
|
||||
|
||||
|
||||
class DesktopListener : public DoublyLinkedListLinkImpl<DesktopListener>
|
||||
{
|
||||
class DesktopListener : public DoublyLinkedListLinkImpl<DesktopListener> {
|
||||
public:
|
||||
virtual ~DesktopListener();
|
||||
|
||||
@@ -58,8 +57,7 @@ class DesktopListener : public DoublyLinkedListLinkImpl<DesktopListener>
|
||||
typedef DoublyLinkedList<DesktopListener> DesktopListenerDLList;
|
||||
|
||||
|
||||
class DesktopObservable
|
||||
{
|
||||
class DesktopObservable {
|
||||
public:
|
||||
DesktopObservable();
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* Stefano Ceccherini ([email protected])
|
||||
* Marcus Overhagen <[email protected]>
|
||||
*/
|
||||
|
||||
#include "ServerPicture.h"
|
||||
|
||||
#include <new>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
* Authors:
|
||||
* Clemens Zeidler <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef WINDOW_BEHAVIOUR_H
|
||||
#define WINDOW_BEHAVIOUR_H
|
||||
|
||||
@@ -16,8 +15,7 @@
|
||||
class BMessage;
|
||||
|
||||
|
||||
class WindowBehaviour
|
||||
{
|
||||
class WindowBehaviour {
|
||||
public:
|
||||
WindowBehaviour();
|
||||
virtual ~WindowBehaviour();
|
||||
|
||||
Reference in New Issue
Block a user