- Timestamp:
- May 16, 2007, 1:16:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/kapa2/src/LoadFrame.c
r13394 r13401 11 11 if (section->graph == NULL) { 12 12 section->graph = InitGraph (); 13 Set GraphSize(section);13 SetSectionSizes (section); 14 14 } 15 15 graph = section->graph; … … 62 62 } 63 63 64 Set GraphSize(section);64 SetSectionSizes (section); 65 65 if (USE_XWINDOW) DrawFrame (graph); 66 66 FlushDisplay ();
Note:
See TracChangeset
for help on using the changeset viewer.
