~ttosttos/eidete/fix-1004294

« back to all changes in this revision

Viewing changes to src/eidete.vala

  • Committer: Tom Beckmann
  • Date: 2012-01-20 20:11:48 UTC
  • Revision ID: tombeckmann@online.de-20120120201148-o4r889fphkfb9270
Added debug print for bug 915121

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
                }
94
94
                
95
95
                public void start_and_build (){
 
96
                        
96
97
                        this.main_window = new Window ();
97
98
                        this.main_window.title = "Eidete";
98
99
                        this.main_window.icon_name = "eidete";
100
101
                        this.main_window.window_position = WindowPosition.CENTER;
101
102
                        this.main_window.set_resizable (false);
102
103
                        
 
104
                        
 
105
                        if (!this.main_window.is_composited ()){
 
106
                                warning ("Compositing is not supported. No transparency available.");
 
107
                        }
 
108
                        
 
109
                        
103
110
                        /*
104
111
                          UI
105
112
                        */