- Timestamp:
- Apr 16, 2016, 6:58:45 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/src/SetUpGraphic.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/src/SetUpGraphic.c
r38465 r39532 23 23 graphic->dywin = graphic->dy; 24 24 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 25 34 if (!USE_XWINDOW) { 26 35 ALLOCATE (graphic[0].pixels, unsigned long, NPIXELS_STATIC); … … 42 51 CheckColors (graphic, argc, argv); 43 52 44 graphic->colormapName = NULL;45 53 46 54 icon.width = icon_width;
Note:
See TracChangeset
for help on using the changeset viewer.
