Changeset 15288 for titan/titan/defaults.h
- Timestamp:
- 04/16/12 18:24:48 (11 years ago)
- File:
-
- 1 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 }
Note: See TracChangeset
for help on using the changeset viewer.