Changeset 42941
- Timestamp:
- Nov 12, 2025, 4:59:27 PM (8 months ago)
- Location:
- trunk/Ohana/src/libkapa
- Files:
-
- 2 edited
-
include/kapa.h (modified) (1 diff)
-
src/KapaWindow.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libkapa/include/kapa.h
r41377 r42941 251 251 int KapaSetSection (int fd, KapaSection *section); 252 252 int KapaSetSectionByImage (int fd, KapaSection *section); 253 int KapaSetSectionCenterByImage (int fd, KapaSection *section); 253 254 int KapaSelectSection (int fd, char *name); 254 255 int KapaGetSection (int fd, char *name); -
trunk/Ohana/src/libkapa/src/KapaWindow.c
r42821 r42941 445 445 } 446 446 447 int KapaSetSectionCenterByImage (int fd, KapaSection *section) { 448 449 KiiSendCommand (fd, 4, "CSEC"); 450 KiiSendMessage (fd, "%s %6.3f %6.3f ", 451 section[0].name, 452 section[0].x, 453 section[0].y); 454 KiiWaitAnswer (fd, "DONE"); 455 return (TRUE); 456 } 457 447 458 int KapaSectionBG (int fd, char *name, int bg) { 448 459
Note:
See TracChangeset
for help on using the changeset viewer.
