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:
parent
4306399d42
commit
73a0207976
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ int main() {
|
|||
if(px2 == NULL) px2 = MwLoadImage(window, "../examples/picture.jpg");
|
||||
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,
|
||||
MwNiconPixmap, px,
|
||||
NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue