fixing lookup error from gcc/mingw
This commit is contained in:
parent
34e2c6b143
commit
5060c8bab5
@ -46,13 +46,13 @@ namespace nana
|
|||||||
panel(window wd, bool visible)
|
panel(window wd, bool visible)
|
||||||
{
|
{
|
||||||
this->create(wd, rectangle(), visible);
|
this->create(wd, rectangle(), visible);
|
||||||
bgcolor(API::bgcolor(wd));
|
this->bgcolor(API::bgcolor(wd));
|
||||||
}
|
}
|
||||||
|
|
||||||
panel(window wd, const nana::rectangle& r = rectangle(), bool visible = true)
|
panel(window wd, const nana::rectangle& r = rectangle(), bool visible = true)
|
||||||
{
|
{
|
||||||
this->create(wd, r, visible);
|
this->create(wd, r, visible);
|
||||||
bgcolor(API::bgcolor(wd));
|
this->bgcolor(API::bgcolor(wd));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool transparent() const
|
bool transparent() const
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user