fix
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@720 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
2737f0fcf9
commit
d722cd836b
1 changed files with 5 additions and 1 deletions
|
|
@ -41,13 +41,17 @@ static void draw(MwWidget handle) {
|
|||
MwLLFreeColor(base);
|
||||
}
|
||||
|
||||
static void prop_change(MwWidget handle, const char* key) {
|
||||
if(strcmp(key, MwNhasBorder) == 0 || strcmp(key, MwNinverted) == 0) MwForceRender(handle);
|
||||
}
|
||||
|
||||
MwClassRec MwFrameClassRec = {
|
||||
create, /* create */
|
||||
NULL, /* destroy */
|
||||
draw, /* draw */
|
||||
NULL, /* click */
|
||||
NULL, /* parent_resize */
|
||||
NULL, /* prop_change */
|
||||
prop_change, /* prop_change */
|
||||
NULL, /* mouse_move */
|
||||
NULL, /* mouse_up */
|
||||
NULL, /* mouse_down */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue