~mc-return/compiz/compiz.merge-src-header-files-cleanup

« back to all changes in this revision

Viewing changes to src/action.cpp

  • Committer: MC Return
  • Date: 2013-05-21 14:34:33 UTC
  • mto: This revision was merged to the branch mainline in revision 3723.
  • Revision ID: mc.return@gmx.net-20130521143433-ao76xas6k05c61ml
stringToModifiers (CompString str) -> stringToModifiers (const CompString &str)

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
}
89
89
 
90
90
static unsigned int
91
 
stringToModifiers (CompString str)
 
91
stringToModifiers (const CompString &str)
92
92
{
93
93
    unsigned int mods = 0;
94
94