mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-07 01:49:47 +00:00
check for more path
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@596 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -16,6 +16,10 @@ int main() {
|
|||||||
if(px2 == NULL) px2 = MwLoadImage(window, "../examples/picture.jpg");
|
if(px2 == NULL) px2 = MwLoadImage(window, "../examples/picture.jpg");
|
||||||
if(px3 == NULL) px3 = MwLoadImage(window, "../resource/logo/logo.png");
|
if(px3 == NULL) px3 = MwLoadImage(window, "../resource/logo/logo.png");
|
||||||
|
|
||||||
|
if(px == NULL) px = MwLoadImage(window, "picture.png");
|
||||||
|
if(px2 == NULL) px2 = MwLoadImage(window, "picture.jpg");
|
||||||
|
if(px3 == NULL) px3 = MwLoadImage(window, "logo.png");
|
||||||
|
|
||||||
MwVaApply(window,
|
MwVaApply(window,
|
||||||
MwNiconPixmap, px,
|
MwNiconPixmap, px,
|
||||||
NULL);
|
NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user