- Timestamp:
- May 18, 2007, 10:10:41 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/kapa2/src/CheckPipe.c
r13432 r13434 132 132 133 133 if (!strcmp (word, "GSTY")) { 134 GetGraph Style(sock);134 GetGraphData (sock); 135 135 KiiSendCommand (sock, 4, "DONE"); 136 136 FINISHED (TRUE); … … 138 138 139 139 if (!strcmp (word, "SSTY")) { 140 status = SetGraphStyle (sock); 140 status = SetGraphData (sock); 141 KiiSendCommand (sock, 4, "DONE"); 142 FINISHED (TRUE); 143 } 144 145 if (!strcmp (word, "GIMD")) { 146 GetImageData (sock); 147 KiiSendCommand (sock, 4, "DONE"); 148 FINISHED (TRUE); 149 } 150 151 if (!strcmp (word, "SIMD")) { 152 status = SetImageData (sock); 141 153 KiiSendCommand (sock, 4, "DONE"); 142 154 FINISHED (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
