Changeset 29938 for trunk/Ohana/src/libkapa/src/KapaWindow.c
- Timestamp:
- Dec 5, 2010, 10:04:42 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libkapa/src/KapaWindow.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libkapa/src/KapaWindow.c
r27790 r29938 23 23 KiiSendCommand (fd, 4, "RSIZ"); 24 24 KiiSendMessage (fd, "%d %d", Nx, Ny); 25 KiiWaitAnswer (fd, "DONE"); 26 return (TRUE); 27 } 28 29 int KiiResizeByImage (int fd) { 30 31 KiiSendCommand (fd, 4, "ISIZ"); 25 32 KiiWaitAnswer (fd, "DONE"); 26 33 return (TRUE); … … 370 377 } 371 378 379 int KapaSetSectionByImage (int fd, KapaSection *section) { 380 381 KiiSendCommand (fd, 4, "ISEC"); 382 KiiSendMessage (fd, "%s %6.3f %6.3f %3d", 383 section[0].name, 384 section[0].x, 385 section[0].y, 386 section[0].bg); 387 KiiWaitAnswer (fd, "DONE"); 388 return (TRUE); 389 } 390 372 391 int KapaSectionBG (int fd, char *name, int bg) { 373 392
Note:
See TracChangeset
for help on using the changeset viewer.
