Changeset 37566
- Timestamp:
- Nov 6, 2014, 8:19:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/kapa2/src/Reconfig.c
r21153 r37566 15 15 16 16 // if the new size is the same as the old size, do nothing. 17 if ((graphic->dx == NX) && (graphic->dy == NY)) return (TRUE); 17 if ((graphic->dx == NX) && (graphic->dy == NY)) { 18 if (USE_XWINDOW) XClearWindow (graphic->display, graphic->window); 19 Refresh (); 20 return (TRUE); 21 } 18 22 19 23 // set the new window size
Note:
See TracChangeset
for help on using the changeset viewer.
