Changeset 32306
- Timestamp:
- 01/11/15 03:11:52 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r32305 r32306 11 11 char* infobar2_sel = getskinconfig("infobar2_selection", NULL); 12 12 if(infobar_sel == NULL) ostrcat(infobar_sel, "infobar", 0, 0); // fallback to default 13 if(infobar2_sel == NULL) ostrcat(infobar _sel, "infobar2", 0, 0); // fallback to default13 if(infobar2_sel == NULL) ostrcat(infobar2_sel, "infobar2", 0, 0); // fallback to default 14 14 15 15 struct skin* infobar1 = getscreen(infobar_sel);
Note: See TracChangeset
for help on using the changeset viewer.