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:
shatty
2002-09-28 01:48:03 +00:00
parent b1b72e8797
commit dece452ee7
47 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -47,4 +47,4 @@ private:
}; };
Decorator *instantiate_decorator(Layer *lay, uint32 dflags, uint32 wlook); Decorator *instantiate_decorator(Layer *lay, uint32 dflags, uint32 wlook);
#endif #endif
+1 -1
View File
@@ -43,4 +43,4 @@ public:
int textoffset; int textoffset;
}; };
#endif #endif
+1 -1
View File
@@ -17,4 +17,4 @@ uint16 FindClosestColor16(rgb_color color);
// Alpha components are included in the calculations. 0 yields color #1 // Alpha components are included in the calculations. 0 yields color #1
// and 1 yields color #2. // and 1 yields color #2.
rgb_color MakeBlendColor(rgb_color col, rgb_color col2, float position); rgb_color MakeBlendColor(rgb_color col, rgb_color col2, float position);
#endif #endif
+1 -1
View File
@@ -10,4 +10,4 @@ void TranslateMessageCodeToStream(int32 code);
void PrintMessageCode(int32 code); void PrintMessageCode(int32 code);
BString TranslateStatusToString(status_t value); BString TranslateStatusToString(status_t value);
#endif #endif
+1 -1
View File
@@ -410,4 +410,4 @@ ServerWindow *GetActiveWindow(int32 workspace)
// Another "just in case DW screws up again" section // Another "just in case DW screws up again" section
#ifdef DEBUG_WORKSPACES #ifdef DEBUG_WORKSPACES
#undef DEBUG_WORKSPACES #undef DEBUG_WORKSPACES
#endif #endif
+1 -1
View File
@@ -44,4 +44,4 @@ typedef struct
uchar v_size; uchar v_size;
} screen_info; } screen_info;
#endif #endif
+1 -1
View File
@@ -153,4 +153,4 @@ protected:
float pensize; float pensize;
}; };
#endif #endif
+1 -1
View File
@@ -4,4 +4,4 @@
#include <List.h> #include <List.h>
BList *gBitmaplist, *gLayerlist; BList *gBitmaplist, *gLayerlist;
#endif #endif
+1 -1
View File
@@ -107,4 +107,4 @@ private:
extern BLocker *layerlock; extern BLocker *layerlock;
extern BList *layerlist; extern BList *layerlist;
extern Layer *rootlayer; extern Layer *rootlayer;
#endif #endif
+1 -1
View File
@@ -40,4 +40,4 @@ protected:
PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS]; PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS];
}; };
#endif #endif
+1 -1
View File
@@ -111,4 +111,4 @@ protected:
int32 drawmode; int32 drawmode;
}; };
#endif #endif
+1 -1
View File
@@ -833,4 +833,4 @@ void SecondDriver::MidpointEllipse(float centx,float centy,int32 xrad, int32 yra
#ifdef DEBUG_DRIVER_MODULE #ifdef DEBUG_DRIVER_MODULE
#undef DEBUG_DRIVER_MODULE #undef DEBUG_DRIVER_MODULE
#endif #endif
+1 -1
View File
@@ -120,4 +120,4 @@ protected:
}; };
#endif #endif
+1 -1
View File
@@ -39,4 +39,4 @@ protected:
team_id target_id; team_id target_id;
}; };
#endif #endif
+1 -1
View File
@@ -37,4 +37,4 @@ protected:
uint8 *buffer; uint8 *buffer;
}; };
#endif #endif
+1 -1
View File
@@ -28,4 +28,4 @@ public:
extern int8 default_cursor[]; extern int8 default_cursor[];
#endif #endif
+1 -1
View File
@@ -102,4 +102,4 @@
#define VIEW_GET_TOKEN 'vgtk' #define VIEW_GET_TOKEN 'vgtk'
#define VIEW_ADD 'vadd' #define VIEW_ADD 'vadd'
#define VIEW_REMOVE 'vrem' #define VIEW_REMOVE 'vrem'
#endif #endif
+1 -1
View File
@@ -6,4 +6,4 @@
void GenerateSystemPalette(rgb_color *palette); void GenerateSystemPalette(rgb_color *palette);
extern rgb_color system_palette[]; extern rgb_color system_palette[];
#endif #endif
+1 -1
View File
@@ -137,4 +137,4 @@ protected:
int bufferdepth; int bufferdepth;
}; };
#endif #endif
+1 -1
View File
@@ -42,4 +42,4 @@ public:
int textoffset; int textoffset;
}; };
#endif #endif
+1 -1
View File
@@ -37,4 +37,4 @@ public:
}; };
extern bool is_moving_window, is_resizing_window; extern bool is_moving_window, is_resizing_window;
#endif #endif
+1 -1
View File
@@ -657,4 +657,4 @@ void YMakDecorator::MoveBy(BPoint pt)
frame.OffsetBy(pt); frame.OffsetBy(pt);
CloseRect.OffsetBy(pt); CloseRect.OffsetBy(pt);
ZoomRect.OffsetBy(pt); ZoomRect.OffsetBy(pt);
} }
+1 -1
View File
@@ -44,4 +44,4 @@ private:
*/ */
}; };
#endif #endif
@@ -47,4 +47,4 @@ private:
DisplayDriver *driver; DisplayDriver *driver;
}; };
#endif #endif
@@ -43,4 +43,4 @@ uint16 FindClosestColor16(rgb_color color)
{ {
printf("FindClosestColor16() unimplemented\n"); printf("FindClosestColor16() unimplemented\n");
return 0; 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 // the color passed to it. Alpha values are not considered
uint8 FindClosestColor(rgb_color *palette, rgb_color color); uint8 FindClosestColor(rgb_color *palette, rgb_color color);
uint16 FindClosestColor16(rgb_color color); uint16 FindClosestColor16(rgb_color color);
#endif #endif
@@ -20,4 +20,4 @@ int main(void)
app->Run(); app->Run();
delete app; delete app;
return 0; return 0;
} }
+1 -1
View File
@@ -13,4 +13,4 @@ public:
DisplayDriver *driver; DisplayDriver *driver;
}; };
#endif #endif
@@ -10,4 +10,4 @@ void TranslateMessageCodeToStream(int32 code);
void PrintMessageCode(int32 code); void PrintMessageCode(int32 code);
BString TranslateStatusToString(status_t value); BString TranslateStatusToString(status_t value);
#endif #endif
@@ -43,4 +43,4 @@ typedef struct
uchar v_size; uchar v_size;
} screen_info; } screen_info;
#endif #endif
@@ -114,4 +114,4 @@ protected:
PortLink *drawlink; PortLink *drawlink;
}; };
#endif #endif
@@ -153,4 +153,4 @@ protected:
float pensize; float pensize;
}; };
#endif #endif
@@ -40,4 +40,4 @@ protected:
PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS]; PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS];
}; };
#endif #endif
@@ -111,4 +111,4 @@ protected:
int32 drawmode; int32 drawmode;
}; };
#endif #endif
@@ -833,4 +833,4 @@ void SecondDriver::MidpointEllipse(float centx,float centy,int32 xrad, int32 yra
#ifdef DEBUG_DRIVER_MODULE #ifdef DEBUG_DRIVER_MODULE
#undef DEBUG_DRIVER_MODULE #undef DEBUG_DRIVER_MODULE
#endif #endif
@@ -120,4 +120,4 @@ protected:
}; };
#endif #endif
@@ -37,4 +37,4 @@ protected:
uint8 *buffer; uint8 *buffer;
}; };
#endif #endif
@@ -28,4 +28,4 @@ public:
extern int8 default_cursor[]; extern int8 default_cursor[];
#endif #endif
@@ -92,4 +92,4 @@
#define VIEW_GET_TOKEN 'vgtk' #define VIEW_GET_TOKEN 'vgtk'
#define VIEW_ADD 'vadd' #define VIEW_ADD 'vadd'
#define VIEW_REMOVE 'vrem' #define VIEW_REMOVE 'vrem'
#endif #endif
@@ -6,4 +6,4 @@
void GenerateSystemPalette(rgb_color *palette); void GenerateSystemPalette(rgb_color *palette);
extern rgb_color system_palette[]; extern rgb_color system_palette[];
#endif #endif
@@ -136,4 +136,4 @@ protected:
rgb_color highcolor,lowcolor; rgb_color highcolor,lowcolor;
}; };
#endif #endif
+1 -1
View File
@@ -20,4 +20,4 @@ class RouterInputFilter : public BInputServerFilter {
private: private:
PortLink *serverlink; PortLink *serverlink;
}; };
#endif #endif
@@ -9,4 +9,4 @@ void PrintColorSpaceToStream(color_space value);
void TranslateMessageCodeToStream(int32 code); void TranslateMessageCodeToStream(int32 code);
void PrintMessageCode(int32 code); void PrintMessageCode(int32 code);
#endif #endif
@@ -68,4 +68,4 @@ status_t initcheckval;
}; };
extern OBApplication *obe_app; extern OBApplication *obe_app;
#endif #endif
+1 -1
View File
@@ -142,4 +142,4 @@ bool is_active;
int32 wkspace; int32 wkspace;
}; };
#endif #endif
+1 -1
View File
@@ -40,4 +40,4 @@ protected:
PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS]; PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS];
}; };
#endif #endif
@@ -92,4 +92,4 @@
#define VIEW_GET_TOKEN 'vgtk' #define VIEW_GET_TOKEN 'vgtk'
#define VIEW_ADD 'vadd' #define VIEW_ADD 'vadd'
#define VIEW_REMOVE 'vrem' #define VIEW_REMOVE 'vrem'
#endif #endif