Changeset 15288
- Timestamp:
- 04/16/12 18:24:48 (11 years ago)
- Location:
- titan/titan
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/defaults.h
r15281 r15288 100 100 { 101 101 buf = readpng(status.bgpic, &width, &height, &rowbytes, &channels, 0, 0, 0, 0, 0, 0); 102 addpic(status.bgpic, buf, memfd, width, height, rowbytes, channels, del, NULL);102 addpic(status.bgpic, buf, memfd, width, height, rowbytes, channels, 0, NULL); 103 103 } 104 104 } -
titan/titan/header.h
r15189 r15288 189 189 //skinconfig.h 190 190 int getskinconfigint(char *key, char *ext); 191 char* getskinconfig(char *key, char *ext); 191 192 192 193 //record.h -
titan/titan/queue.h
r15282 r15288 13 13 } 14 14 15 struct queue* addqueue(int type, void* data, int len, void* dat 1, int len1, int flag, struct queue* last)15 struct queue* addqueue(int type, void* data, int len, void* data1, int len1, int flag, struct queue* last) 16 16 { 17 17 //debug(1000, "in");
Note: See TracChangeset
for help on using the changeset viewer.