fixed newline at end of file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1224 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -483,4 +483,4 @@ extern "C" float get_decorator_version(void)
|
||||
extern "C" Decorator *instantiate_decorator(BRect rect, int32 wlook, int32 wfeel, int32 wflags)
|
||||
{
|
||||
return new BeDecorator(rect,wlook,wfeel,wflags);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,4 +40,4 @@ protected:
|
||||
int textoffset;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -35,4 +35,4 @@ public:
|
||||
desktop;
|
||||
};
|
||||
|
||||
#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
|
||||
|
||||
@@ -102,4 +102,4 @@ rgb_color ColorWell::Color(void) const
|
||||
void ColorWell::SetMode(bool is_rectangle)
|
||||
{
|
||||
is_rect=is_rectangle;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +24,4 @@ protected:
|
||||
rgb_color disabledcol, currentcol;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -111,4 +111,4 @@ private:
|
||||
int32 buffer_mode;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -7,4 +7,6 @@ Addon BeDecorator : decorators :
|
||||
Decorator.cpp
|
||||
DisplayDriver.cpp
|
||||
RGBColor.cpp
|
||||
;
|
||||
;
|
||||
|
||||
LinkSharedOSLibs BeDecorator : be ;
|
||||
|
||||
@@ -33,4 +33,4 @@ float scale;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -30,4 +30,4 @@ protected:
|
||||
uint8 color8;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
#define GET_DECORATOR 'gdec'
|
||||
|
||||
#define SET_UI_COLORS 'suic'
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -58,4 +58,4 @@ void ColorSet::SetColors(const ColorSet &cs)
|
||||
window_tab_text=cs.window_tab_text;
|
||||
keyboard_navigation=cs.keyboard_navigation;
|
||||
desktop=cs.desktop;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,4 +34,4 @@ public:
|
||||
desktop;
|
||||
};
|
||||
|
||||
#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
|
||||
|
||||
@@ -111,4 +111,4 @@ private:
|
||||
int32 buffer_mode;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -33,4 +33,4 @@ float scale;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -29,4 +29,4 @@ protected:
|
||||
uint8 color8;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -397,4 +397,4 @@ extern "C" float get_decorator_version(void)
|
||||
extern "C" Decorator *instantiate_decorator(BRect rect, int32 wlook, int32 wfeel, int32 wflags)
|
||||
{
|
||||
return new WinDecorator(rect,wlook,wfeel,wflags);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,4 +42,4 @@ protected:
|
||||
int textoffset;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
#define GET_DECORATOR 'gdec'
|
||||
|
||||
#define SET_UI_COLORS 'suic'
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user