~smspillaz/compiz-core/compiz-core.decor_sync_996901

« back to all changes in this revision

Viewing changes to src/window.cpp

  • Committer: Alan Griffiths
  • Date: 2012-05-07 08:50:20 UTC
  • mfrom: (3125.1.9 arg-work)
  • Revision ID: alan@octopull.co.uk-20120507085020-twucffp376retvz0
Make StartupSequence a member not a base of PrivateScreen

Show diffs side-by-side

added added

removed removed

Lines of Context:
5463
5463
 
5464
5464
    priv->initialTimestampSet = false;
5465
5465
 
5466
 
    screen->priv->applyStartupProperties (window);
 
5466
    screen->priv->startupSequence.applyStartupProperties (screen, window);
5467
5467
 
5468
5468
    initiallyMinimized = (priv->hints &&
5469
5469
                          priv->hints->initial_state == IconicState &&
5925
5925
        int        x, y;
5926
5926
 
5927
5927
        initialTimestampSet = false;
5928
 
        screen->priv->applyStartupProperties (window);
 
5928
        screen->priv->startupSequence.applyStartupProperties (screen, window);
5929
5929
 
5930
5930
        if (initialTimestampSet)
5931
5931
            timestamp = initialTimestamp;