Changeset 32310 for titan/titan/infobar.h
- Timestamp:
- 01/11/15 03:51:32 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r32309 r32310 8 8 struct skin* playinfobarpic = getscreen("playinfobarpic"); 9 9 10 char* infobar_sel = getskinconfig("infobar_selection", NULL);11 char* infobar2_sel = getskinconfig("infobar2_selection", NULL);10 char* infobar_sel = getskinconfig("infobar_selection", "infobar"); 11 char* infobar2_sel = getskinconfig("infobar2_selection", "infobar2"); 12 12 debug(10, "get infobar1=%s", infobar_sel); 13 13 debug(10, "get infobar2=%s", infobar2_sel);
Note: See TracChangeset
for help on using the changeset viewer.