IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2005, 3:55:45 PM (21 years ago)
Author:
eugene
Message:

adding no-X version of JPEG, other features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kii/setup/Ximage.c

    r5637 r5700  
    1212
    1313  if (USE_XWINDOW) SetUpDisplay (&graphic, &argc, argv);
    14   if (USE_XWINDOW) SetUpWindow (&graphic, &argc, argv);
     14  if (USE_XWINDOW) {
     15    SetUpWindow (&graphic, &argc, argv);
     16  } else {
     17    graphic.x = 10;
     18    graphic.y = 10;
     19    graphic.dx = 512 + 2*PAD1 + PAD1 + ZOOM_X;
     20    graphic.dy = 512 + 2*PAD1 + PAD2 + COLORPAD;
     21  }
    1522
    1623  DefineLayout (&layout, &graphic, argc, argv);
Note: See TracChangeset for help on using the changeset viewer.