Merge branch 'hotfix-1.4' into develop
This commit is contained in:
@@ -178,6 +178,16 @@ namespace nana
|
||||
struct implementation;
|
||||
std::unique_ptr<implementation> impl_;
|
||||
};
|
||||
|
||||
class draw
|
||||
{
|
||||
public:
|
||||
draw(graphics& graph);
|
||||
|
||||
void corner(const rectangle& r, unsigned pixels);
|
||||
private:
|
||||
graphics& graph_;
|
||||
};
|
||||
}//end namespace paint
|
||||
} //end namespace nana
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user