- Timestamp:
- Mar 1, 2016, 11:31:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/kapa2/src/Resize.c
r29938 r39418 12 12 13 13 // must scan the message before possible return 14 KiiScanMessage (sock, "% d %d", &NX, &NY);14 KiiScanMessage (sock, "%u %u", &NX, &NY); 15 15 16 16 // XXX keep this min limit (or modify for !USE_XWINDOW)? … … 42 42 // resise the window so the image in the currently active window fills its section 43 43 int ResizeByImage (int sock) { 44 OHANA_UNUSED_PARAM(sock); 44 45 45 46 int i, Nsection;
Note:
See TracChangeset
for help on using the changeset viewer.
