fixed newline at end of file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1216 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1c5c50fc82
commit
bee7dc0510
@ -35,4 +35,4 @@ public:
|
|||||||
desktop;
|
desktop;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -102,4 +102,4 @@ rgb_color ColorWell::Color(void) const
|
|||||||
void ColorWell::SetMode(bool is_rectangle)
|
void ColorWell::SetMode(bool is_rectangle)
|
||||||
{
|
{
|
||||||
is_rect=is_rectangle;
|
is_rect=is_rectangle;
|
||||||
}
|
}
|
||||||
|
@ -24,4 +24,4 @@ protected:
|
|||||||
rgb_color disabledcol, currentcol;
|
rgb_color disabledcol, currentcol;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -111,4 +111,4 @@ private:
|
|||||||
int32 buffer_mode;
|
int32 buffer_mode;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -33,4 +33,4 @@ float scale;
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -40,4 +40,4 @@ protected:
|
|||||||
PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS];
|
PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS];
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -76,4 +76,4 @@ protected:
|
|||||||
|
|
||||||
extern BRect preview_bounds;
|
extern BRect preview_bounds;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -30,4 +30,4 @@ protected:
|
|||||||
uint8 color8;
|
uint8 color8;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -22,4 +22,4 @@
|
|||||||
#define GET_DECORATOR 'gdec'
|
#define GET_DECORATOR 'gdec'
|
||||||
|
|
||||||
#define SET_UI_COLORS 'suic'
|
#define SET_UI_COLORS 'suic'
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user