~alan-griffiths/compiz-core/remove-backward-compatibility-hacks

« back to all changes in this revision

Viewing changes to src/match.cpp

  • Committer: Alan Griffiths
  • Date: 2012-04-25 09:21:24 UTC
  • mfrom: (3111.1.1 arg-tmp)
  • Revision ID: alan@octopull.co.uk-20120425092124-271ak4pbqsonc6t8
Get rid of PseudoNamespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
            }
61
61
            else if (str.compare (0, 6, "state=") == 0)
62
62
            {
 
63
                using ::compiz::private_screen::windowStateFromString;
 
64
 
63
65
                mType = TypeState;
64
 
                priv.uval = PrivateScreen::windowStateFromString
65
 
                                (str.substr (6).c_str ());
 
66
                priv.uval = windowStateFromString(str.substr (6).c_str ());
66
67
            }
67
68
            else if (str.compare (0, 18, "override_redirect=") == 0)
68
69
            {