~ubuntu-branches/ubuntu/lucid/compiz-fusion-plugins-extra/lucid

« back to all changes in this revision

Viewing changes to src/group/tab.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-30 10:13:46 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20080630101346-wen46q1ofiwgg8dh
Tags: 0.7.7+git20080630-0ubuntu1
New git snpashot

Show diffs side-by-side

added added

removed removed

Lines of Context:
743
743
 
744
744
            group->tabBar->timeoutHandle =
745
745
                compAddTimeout (groupGetVisibilityTime (s) * 1000,
 
746
                                groupGetVisibilityTime (s) * 1200,
746
747
                                groupTabBarTimeout, group);
747
748
        }
748
749
    }
1022
1023
                if (gs->showDelayTimeoutHandle)
1023
1024
                    compRemoveTimeout (gs->showDelayTimeoutHandle);
1024
1025
                gs->showDelayTimeoutHandle =
1025
 
                    compAddTimeout (showDelayTime,
 
1026
                    compAddTimeout (showDelayTime, (float) showDelayTime * 1.2,
1026
1027
                                    groupShowDelayTimeout, hoveredGroup);
1027
1028
            }
1028
1029
            else