~haakan/do-plugins/sshfix

« back to all changes in this revision

Viewing changes to WindowManager/src/IWindowList.cs

  • Committer: David Siegel
  • Date: 2008-12-22 00:19:48 UTC
  • mto: (308.1.1 future)
  • mto: This revision was merged to the branch mainline in revision 313.
  • Revision ID: david@x-20081222001948-ktb3sg4hn6kjcj28
Update WindowManager.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
//      {
32
32
//      }
33
33
        
34
 
        public interface IWindowItem : Item
 
34
        public interface IWindowItem : IItem
35
35
        {
36
36
                Wnck.Window Window { get; }
37
37
        }
38
38
        
39
 
        public interface IScreenItem : Item
 
39
        public interface IScreenItem : IItem
40
40
        {
41
41
        }
42
42
}