fixed newline at end of file

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1229 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2002-09-28 03:22:22 +00:00
parent 6b7dd0c23b
commit 6098bc5ff6
73 changed files with 71 additions and 73 deletions
@@ -38,4 +38,4 @@ private:
BString string;
};
#endif
#endif
@@ -12,4 +12,4 @@
const uint32 SEL_CHANGE = 'SEch';
const uint32 ERROR_DETECTED = 'ERor';
#endif
#endif
@@ -65,4 +65,4 @@ void
DataTranslationsSettings::SetWindowCorner(BPoint corner)
{
fCorner=corner;
}
}
@@ -14,4 +14,4 @@ private:
BPoint fCorner;
};
#endif
#endif
@@ -62,4 +62,4 @@ void DataTranslationsView::MouseMoved(BPoint point, uint32 transit, const BMessa
DataTranslationsView::~DataTranslationsView()
{
if (messagerunner != NULL) delete messagerunner;
}
}
@@ -276,4 +276,4 @@ void DataTranslationsWindow::FrameMoved(BPoint origin)
DataTranslationsWindow::~DataTranslationsWindow()
{
}
}
+1 -1
View File
@@ -91,4 +91,4 @@ void PosSettings::SetWindowPosition(BRect f)
brCorner.x=f.right;
brCorner.y=f.bottom;
brCorner.PrintToStream();
}//VMSettings::SetWindowFrame
}//VMSettings::SetWindowFrame
+1 -1
View File
@@ -18,4 +18,4 @@ private:
BPoint brCorner;
};
#endif
#endif
+1 -1
View File
@@ -50,4 +50,4 @@
};
#endif
#endif
+1 -1
View File
@@ -88,4 +88,4 @@ void DetailsView::AttachedToWindow()
username->SetTarget(this);
passwd->SetTarget(this);
savepasswd->SetTarget(this);
}
}
+1 -1
View File
@@ -154,4 +154,4 @@ void LocationView::AttachedToWindow()
doptwo->SetTarget(this);
dopthree->SetTarget(this);
}
// ------------------------------------------------------------------------------- //
// ------------------------------------------------------------------------------- //
+1 -1
View File
@@ -48,4 +48,4 @@ class LocationView: public BView
BMenuItem* dopthree;
};
#endif
#endif
-1
View File
@@ -82,4 +82,3 @@ void TreeView::SetTreeViewStatus(bool condition)
{
status = condition;
}
+1 -1
View File
@@ -29,4 +29,4 @@ class TreeView : public BView
bool status;//0 == off && 1 == on
bool down;
};
#endif
#endif
+1 -1
View File
@@ -73,4 +73,4 @@ void ButtonView::SetRevertState(bool b){
revertButton->SetEnabled(b);
}//SetRevertState
}//SetRevertState
+1 -1
View File
@@ -29,4 +29,4 @@
};
#endif
#endif
+1 -1
View File
@@ -79,4 +79,4 @@ KeyboardApplication::AboutRequested(void)
KeyboardApplication::~KeyboardApplication()
{
delete fSettings;
}
}
+1 -1
View File
@@ -30,4 +30,4 @@ private:
};
#endif
#endif
+1 -1
View File
@@ -14,4 +14,4 @@ const uint32 SLIDER_DELAY_RATE = 'SLdr';
const uint32 ERROR_DETECTED = 'ERor';
#endif //KEYBOARD_MESSAGES_H
#endif //KEYBOARD_MESSAGES_H
+1 -1
View File
@@ -80,4 +80,4 @@ void
KeyboardSettings::SetKeyboardRepeatDelay(int32 rate)
{
fSettings.key_repeat_delay=rate;
}
}
+1 -1
View File
@@ -26,4 +26,4 @@ private:
kb_settings fSettings;
};
#endif
#endif
+1 -1
View File
@@ -83,4 +83,4 @@ void KeyboardView::Draw(BRect updateFrame)
inherited::Draw(updateFrame);
fBox->DrawBitmap(fIconBitmap,BPoint(178,26));
fBox->DrawBitmap(fClockBitmap,BPoint(178,83));
}
}
+1 -1
View File
@@ -152,4 +152,4 @@ KeyboardWindow::MessageReceived(BMessage *message)
KeyboardWindow::~KeyboardWindow()
{
}
}
+1 -1
View File
@@ -24,4 +24,4 @@ private:
BBitmap *fCheckBmp;
};
#endif // _MBitmapMenuItem_h
#endif // _MBitmapMenuItem_h
+1 -1
View File
@@ -17,4 +17,4 @@
ColorPicker::MessageReceived(BMessage *msg){
switch(msg->what) {
}
}
}
-1
View File
@@ -66,4 +66,3 @@
break;
}
}
+1 -1
View File
@@ -119,4 +119,4 @@
}
}
}
}
+1 -1
View File
@@ -66,4 +66,4 @@
InvalidateLayout();
Invalidate();
SetEnabled(true);
}
}
+1 -1
View File
@@ -52,4 +52,4 @@
BMessage(msg);
break;
}
}
}
+1 -1
View File
@@ -139,4 +139,4 @@
BMenu *menu;
};
#endif
#endif
+1 -1
View File
@@ -138,4 +138,4 @@
void MenuBar::FrameResized(float width, float height)
{
Window()->PostMessage(UPDATE_WINDOW);
}
}
+1 -1
View File
@@ -199,4 +199,4 @@
info.triggers_always_shown = false;
set_menu_info(&info);
Update();
}
}
+1 -1
View File
@@ -24,4 +24,4 @@
const uint32 MENU_FONT_SIZE = 'mfsz';
//seperator
const uint32 MENU_SEP_TYPE = 'mstp';
const uint32 MENU_SEP_TYPE = 'mstp';
+1 -1
View File
@@ -85,4 +85,4 @@ MouseApplication::AboutRequested(void)
MouseApplication::~MouseApplication()
{
delete fSettings;
}
}
+1 -1
View File
@@ -32,4 +32,4 @@ private:
};
#endif
#endif
+1 -1
View File
@@ -19,4 +19,4 @@ const uint32 SLIDER_MOUSE_SPEED = 'SLms';
const uint32 ERROR_DETECTED = 'ERor';
#endif
#endif
+1 -1
View File
@@ -98,4 +98,4 @@ void
MouseSettings::SetMouseSpeed(int32 accel)
{
fSettings.accel.speed=accel;
}
}
+1 -1
View File
@@ -44,4 +44,4 @@ private:
mouse_settings fSettings;
};
#endif
#endif
+1 -1
View File
@@ -134,4 +134,4 @@ void MouseView::Draw(BRect updateFrame)
fBox->DrawBitmap(fSpeedBitmap,BPoint(331,90));
fBox->DrawBitmap(fAccelerationBitmap,BPoint(331,155));
}
}
+1 -1
View File
@@ -123,4 +123,4 @@ MouseWindow::MessageReceived(BMessage *message)
MouseWindow::~MouseWindow()
{
}
}
+1 -1
View File
@@ -198,4 +198,4 @@ class Network : public BApplication
NetworkWindow *fwindow;
};
#endif
#endif
+1 -1
View File
@@ -297,4 +297,4 @@ empty things before setting the new values*/
//And save some of them
fusername = GLOBAL[2];
}
}
}
+1 -1
View File
@@ -18,4 +18,4 @@ private:
BString fString;
};
#endif
#endif
+1 -1
View File
@@ -18,4 +18,4 @@ private:
BButton *fKeepButton;
};
#endif
#endif
+1 -1
View File
@@ -72,4 +72,4 @@ const unsigned char BitmapBits [] = {
0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff
};
#endif
#endif
+1 -1
View File
@@ -22,4 +22,4 @@
#define DIM_COUNT_MSG 'scrf'
#define MAKE_INITIAL_MSG 'mkin'
#endif
#endif
+1 -1
View File
@@ -17,4 +17,4 @@ private:
char* fStatus;
};
#endif
#endif
+1 -1
View File
@@ -12,4 +12,4 @@ public:
virtual void Draw(BRect updateRect);
};
#endif
#endif
+1 -1
View File
@@ -118,4 +118,4 @@ void RefreshWindow::MessageReceived(BMessage* message)
break;
}
}
}
+1 -1
View File
@@ -22,4 +22,4 @@ private:
BButton *fCancelButton;
};
#endif
#endif
+1 -1
View File
@@ -77,4 +77,4 @@ int main()
MyApplication.Run();
return(0);
}
}
+1 -1
View File
@@ -16,4 +16,4 @@ private:
bool NeedWindow;
};
#endif
#endif
+1 -1
View File
@@ -19,4 +19,4 @@ private:
int32 fResolution;
};
#endif
#endif
+1 -1
View File
@@ -18,4 +18,4 @@ private:
BRect fWindowFrame;
};
#endif
#endif
+1 -1
View File
@@ -30,4 +30,4 @@ void ScreenView::Draw(BRect updateRect)
StrokeLine(BPoint(Bounds().right, Bounds().bottom), BPoint(Bounds().right, Bounds().top));
SetHighColor(blackColor);
}
}
+1 -1
View File
@@ -12,4 +12,4 @@ public:
virtual void Draw(BRect updateRect);
};
#endif
#endif
+1 -1
View File
@@ -55,4 +55,4 @@ private:
float fInitialRefreshN;
};
#endif
#endif
+1 -1
View File
@@ -575,4 +575,4 @@ HWindow::QuitRequested()
utils.SaveRectToApp("window_rect",this->Frame());
be_app->PostMessage(B_QUIT_REQUESTED);
return true;
}
}
+1 -1
View File
@@ -5,4 +5,4 @@ int main()
HApp app;
app.Run();
return 0;
}
}
+1 -1
View File
@@ -67,4 +67,4 @@ TimeApplication::AboutRequested(void)
TimeApplication::~TimeApplication()
{
delete fSettings;
}
}
+1 -1
View File
@@ -26,4 +26,4 @@ private:
};
#endif
#endif
+1 -1
View File
@@ -14,4 +14,4 @@ const uint32 SLIDER_DELAY_RATE = 'SLdr';
const uint32 ERROR_DETECTED = 'ERor';
#endif //TIME_MESSAGES_H
#endif //TIME_MESSAGES_H
+1 -1
View File
@@ -60,4 +60,4 @@ void
TimeSettings::SetWindowCorner(BPoint corner)
{
fCorner=corner;
}
}
+1 -1
View File
@@ -17,4 +17,4 @@ private:
};
#endif
#endif
+1 -1
View File
@@ -52,4 +52,4 @@ void TimeView::Draw(BRect updateFrame)
{
inherited::Draw(updateFrame);
}
}
+1 -1
View File
@@ -67,4 +67,4 @@ TimeWindow::MessageReceived(BMessage *message)
TimeWindow::~TimeWindow()
{
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
#define DRAG_TO_TRACKER 'drat'
#endif
#endif
+1 -1
View File
@@ -39,4 +39,4 @@ void LView::MessageReceived(BMessage *message) {
LView::~LView()
{
if (messagerunner != NULL) delete messagerunner;
}
}
+1 -1
View File
@@ -32,4 +32,4 @@ private:
};
#endif //DATATRANS_H
#endif //DATATRANS_H
+1 -1
View File
@@ -84,4 +84,4 @@ private:
};
#endif //TRANS_WIN_H
#endif //TRANS_WIN_H
+1 -1
View File
@@ -76,4 +76,4 @@ void VMSettings::SetWindowPosition(BRect f)
{//VMSettings::SetWindowFrame
fcorner.x=f.left;
fcorner.y=f.top;
}//VMSettings::SetWindowFrame
}//VMSettings::SetWindowFrame
+1 -1
View File
@@ -17,4 +17,4 @@ private:
BPoint fcorner;
};
#endif
#endif
+1 -1
View File
@@ -68,4 +68,4 @@
};
#endif
#endif