Changeset 15271
- Timestamp:
- 04/15/12 02:36:34 (11 years ago)
- Location:
- titan/titan
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/defaults.h
r15006 r15271 77 77 status.listboxselecttype = getskinconfigint("listboxselecttype", NULL); 78 78 status.borderradius = getskinconfigint("borderradius", NULL); 79 status.bgpic = getskinconfig("bgpic", NULL); 79 80 status.httpauth = ostrcat(getconfig("httpauth", NULL), NULL, 0, 0); 80 81 status.showchanneltimeline = getconfigint("showchanneltimeline", NULL); -
titan/titan/skin.h
r15262 r15271 2809 2809 drawbgcol(node); 2810 2810 } 2811 if(node->child != NULL && status.bgpic != NULL) 2812 drawpic(status.bgpic, node->iposx, node->iposy, node->iwidth, node->iheight, node->iwidth, node->iheight, node->halign, node->valign); 2811 2813 if(node->gradient > 0) 2812 2814 drawbggradient(node); -
titan/titan/struct.h
r15261 r15271 1055 1055 int topoffset; 1056 1056 int bottomoffset; 1057 //background picture for all screens 1058 char* bgpic; 1057 1059 } status; 1058 1060
Note: See TracChangeset
for help on using the changeset viewer.