~ken-vandine/unity/webapps_quantal

« back to all changes in this revision

Viewing changes to unity-shared/PluginAdapterCompiz.cpp

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2012-08-10 11:47:10 UTC
  • mfrom: (55.813.24)
  • Revision ID: lukasz.zemczak@canonical.com-20120810114710-gbhyfiv4rytzl1ih
* Removed debian/patches/libgeis-rename.patch
* debian/unity.lintian-overrides,
  debian/libunity-core-6.0-5.lintian-overrides:
  - added override to silence the binary-or-shlib-defines-rpath error, since
    we are forced to use RPATH in our case
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1010
1010
  }
1011
1011
  else
1012
1012
  {
1013
 
    for (it = window_list.begin(); it != window_list.end(); it++)
 
1013
    for (it = window_list.begin(); it != window_list.end(); ++it)
1014
1014
    {
1015
1015
      if (CheckWindowIntersection(region, *it))
1016
1016
      {