Changeset 15288


Ignore:
Timestamp:
04/16/12 18:24:48 (11 years ago)
Author:
nit
Message:

fix

Location:
titan/titan
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/defaults.h

    r15281 r15288  
    100100                {
    101101                        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);
    103103                }
    104104        }
  • titan/titan/header.h

    r15189 r15288  
    189189//skinconfig.h
    190190int getskinconfigint(char *key, char *ext);
     191char* getskinconfig(char *key, char *ext);
    191192
    192193//record.h
  • titan/titan/queue.h

    r15282 r15288  
    1313}
    1414
    15 struct queue* addqueue(int type, void* data, int len, void* dat1, int len1, int flag, struct queue* last)
     15struct queue* addqueue(int type, void* data, int len, void* data1, int len1, int flag, struct queue* last)
    1616{
    1717        //debug(1000, "in");
Note: See TracChangeset for help on using the changeset viewer.