fixed newline at end of file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1222 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -47,4 +47,4 @@ private:
|
||||
};
|
||||
|
||||
Decorator *instantiate_decorator(Layer *lay, uint32 dflags, uint32 wlook);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -43,4 +43,4 @@ public:
|
||||
int textoffset;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -17,4 +17,4 @@ uint16 FindClosestColor16(rgb_color color);
|
||||
// Alpha components are included in the calculations. 0 yields color #1
|
||||
// and 1 yields color #2.
|
||||
rgb_color MakeBlendColor(rgb_color col, rgb_color col2, float position);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -10,4 +10,4 @@ void TranslateMessageCodeToStream(int32 code);
|
||||
void PrintMessageCode(int32 code);
|
||||
BString TranslateStatusToString(status_t value);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -410,4 +410,4 @@ ServerWindow *GetActiveWindow(int32 workspace)
|
||||
// Another "just in case DW screws up again" section
|
||||
#ifdef DEBUG_WORKSPACES
|
||||
#undef DEBUG_WORKSPACES
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -44,4 +44,4 @@ typedef struct
|
||||
uchar v_size;
|
||||
} screen_info;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -153,4 +153,4 @@ protected:
|
||||
float pensize;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
#include <List.h>
|
||||
BList *gBitmaplist, *gLayerlist;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -107,4 +107,4 @@ private:
|
||||
extern BLocker *layerlock;
|
||||
extern BList *layerlist;
|
||||
extern Layer *rootlayer;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -40,4 +40,4 @@ protected:
|
||||
PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS];
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -111,4 +111,4 @@ protected:
|
||||
int32 drawmode;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -833,4 +833,4 @@ void SecondDriver::MidpointEllipse(float centx,float centy,int32 xrad, int32 yra
|
||||
|
||||
#ifdef DEBUG_DRIVER_MODULE
|
||||
#undef DEBUG_DRIVER_MODULE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -120,4 +120,4 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -39,4 +39,4 @@ protected:
|
||||
team_id target_id;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -37,4 +37,4 @@ protected:
|
||||
uint8 *buffer;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -28,4 +28,4 @@ public:
|
||||
|
||||
extern int8 default_cursor[];
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -102,4 +102,4 @@
|
||||
#define VIEW_GET_TOKEN 'vgtk'
|
||||
#define VIEW_ADD 'vadd'
|
||||
#define VIEW_REMOVE 'vrem'
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
void GenerateSystemPalette(rgb_color *palette);
|
||||
extern rgb_color system_palette[];
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -137,4 +137,4 @@ protected:
|
||||
int bufferdepth;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -42,4 +42,4 @@ public:
|
||||
int textoffset;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -37,4 +37,4 @@ public:
|
||||
};
|
||||
|
||||
extern bool is_moving_window, is_resizing_window;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -657,4 +657,4 @@ void YMakDecorator::MoveBy(BPoint pt)
|
||||
frame.OffsetBy(pt);
|
||||
CloseRect.OffsetBy(pt);
|
||||
ZoomRect.OffsetBy(pt);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,4 +44,4 @@ private:
|
||||
*/
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -47,4 +47,4 @@ private:
|
||||
DisplayDriver *driver;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -43,4 +43,4 @@ uint16 FindClosestColor16(rgb_color color)
|
||||
{
|
||||
printf("FindClosestColor16() unimplemented\n");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@ void SetRGBColor(rgb_color *col,uint8 r, uint8 g, uint8 b, uint8 a=255);
|
||||
// the color passed to it. Alpha values are not considered
|
||||
uint8 FindClosestColor(rgb_color *palette, rgb_color color);
|
||||
uint16 FindClosestColor16(rgb_color color);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -20,4 +20,4 @@ int main(void)
|
||||
app->Run();
|
||||
delete app;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@ public:
|
||||
DisplayDriver *driver;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -10,4 +10,4 @@ void TranslateMessageCodeToStream(int32 code);
|
||||
void PrintMessageCode(int32 code);
|
||||
BString TranslateStatusToString(status_t value);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -43,4 +43,4 @@ typedef struct
|
||||
uchar v_size;
|
||||
} screen_info;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -114,4 +114,4 @@ protected:
|
||||
PortLink *drawlink;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -153,4 +153,4 @@ protected:
|
||||
float pensize;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -40,4 +40,4 @@ protected:
|
||||
PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS];
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -111,4 +111,4 @@ protected:
|
||||
int32 drawmode;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -833,4 +833,4 @@ void SecondDriver::MidpointEllipse(float centx,float centy,int32 xrad, int32 yra
|
||||
|
||||
#ifdef DEBUG_DRIVER_MODULE
|
||||
#undef DEBUG_DRIVER_MODULE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -120,4 +120,4 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -37,4 +37,4 @@ protected:
|
||||
uint8 *buffer;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -28,4 +28,4 @@ public:
|
||||
|
||||
extern int8 default_cursor[];
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -92,4 +92,4 @@
|
||||
#define VIEW_GET_TOKEN 'vgtk'
|
||||
#define VIEW_ADD 'vadd'
|
||||
#define VIEW_REMOVE 'vrem'
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
void GenerateSystemPalette(rgb_color *palette);
|
||||
extern rgb_color system_palette[];
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -136,4 +136,4 @@ protected:
|
||||
rgb_color highcolor,lowcolor;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -20,4 +20,4 @@ class RouterInputFilter : public BInputServerFilter {
|
||||
private:
|
||||
PortLink *serverlink;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -9,4 +9,4 @@ void PrintColorSpaceToStream(color_space value);
|
||||
void TranslateMessageCodeToStream(int32 code);
|
||||
void PrintMessageCode(int32 code);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -68,4 +68,4 @@ status_t initcheckval;
|
||||
};
|
||||
|
||||
extern OBApplication *obe_app;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -142,4 +142,4 @@ bool is_active;
|
||||
int32 wkspace;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -40,4 +40,4 @@ protected:
|
||||
PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS];
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -92,4 +92,4 @@
|
||||
#define VIEW_GET_TOKEN 'vgtk'
|
||||
#define VIEW_ADD 'vadd'
|
||||
#define VIEW_REMOVE 'vrem'
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user