mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
Compare commits
3 Commits
a23016bc05
...
c8e7f58230
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8e7f58230 | ||
|
|
9ea54b4f88 | ||
|
|
55f82e4fbc |
@@ -108,6 +108,7 @@ struct _MwMenu {
|
|||||||
int keep;
|
int keep;
|
||||||
MwWidget wsub;
|
MwWidget wsub;
|
||||||
MwMenu* sub;
|
MwMenu* sub;
|
||||||
|
void* opaque;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _MwEntry {
|
struct _MwEntry {
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ static void draw(MwWidget handle) {
|
|||||||
if(menu->sub[i]->wsub != NULL) {
|
if(menu->sub[i]->wsub != NULL) {
|
||||||
r.x = 0;
|
r.x = 0;
|
||||||
r.y = p.y - 3;
|
r.y = p.y - 3;
|
||||||
r.width = MwGetInteger(handle, MwNwidth);
|
r.width = MwGetInteger(handle, MwNwidth);
|
||||||
r.height = th + 3 * 2;
|
r.height = th + 3 * 2;
|
||||||
MwDrawWidgetBack(handle, &r, base, 0, MwTRUE);
|
MwDrawWidgetBack(handle, &r, base, 0, MwTRUE);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user