- Timestamp:
- Jun 10, 2009, 8:40:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/nanovis/FlowCmd.cpp
r1501 r1502 1962 1962 if ((width != oldWidth) || (height != oldHeight)) { 1963 1963 // Restore to the old size. 1964 NanoVis::resize_offscreen_buffer(old _width, old_height);1964 NanoVis::resize_offscreen_buffer(oldWidth, oldHeight); 1965 1965 } 1966 1966 NanoVis::licRenderer->make_patterns();
Note: See TracChangeset
for help on using the changeset viewer.