Changeset 32321
- Timestamp:
- 01/11/15 05:43:41 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r32315 r32321 24 24 25 25 struct skin* infobar1 = getscreen(infobar_sel); 26 debug(10, " getfinal infobar1=%s", infobar_sel);26 debug(10, "final infobar1=%s", infobar_sel); 27 27 struct skin* infobar2 = getscreen(infobar2_sel); 28 debug(10, " getfinal infobar2=%s", infobar2_sel);28 debug(10, "final infobar2=%s", infobar2_sel); 29 29 struct skin* infobar = infobar1; 30 30 struct skin* infobarm = infobar1;
Note: See TracChangeset
for help on using the changeset viewer.