IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39532 for trunk


Ignore:
Timestamp:
Apr 16, 2016, 6:58:45 AM (10 years ago)
Author:
eugene
Message:

init the graphic structure more completely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/SetUpGraphic.c

    r38465 r39532  
    2323  graphic->dywin = graphic->dy;
    2424
     25  graphic->display      = NULL;
     26  graphic->visual       = NULL;
     27  graphic->font         = NULL;
     28  graphic->cube         = NULL;
     29  graphic->cmap         = NULL;
     30  graphic->color        = NULL;
     31  graphic->colormapName = NULL;
     32  graphic->pixels       = NULL;
     33
    2534  if (!USE_XWINDOW) {
    2635    ALLOCATE (graphic[0].pixels, unsigned long, NPIXELS_STATIC);
     
    4251  CheckColors (graphic, argc, argv);
    4352
    44   graphic->colormapName = NULL;
    4553
    4654  icon.width = icon_width;
Note: See TracChangeset for help on using the changeset viewer.