Changeset 32304


Ignore:
Timestamp:
01/11/15 02:57:54 (8 years ago)
Author:
tobayer
Message:

[titan] add infobar selection, step 3, add debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r32303 r32304  
    1414
    1515        struct skin* infobar1 = getscreen(infobar_sel);
     16        debug(10, "get infobar1=%s", infobar_sel);
    1617        struct skin* infobar2 = getscreen(infobar2_sel);
     18        debug(10, "get infobar2=%s", infobar2_sel);
    1719        struct skin* infobar = infobar1;
    1820        struct skin* infobarm = infobar1;
Note: See TracChangeset for help on using the changeset viewer.