~robert-ancell/+junk/blue

« back to all changes in this revision

Viewing changes to test-blue.vala

  • Committer: Robert Ancell
  • Date: 2014-05-14 01:57:28 UTC
  • Revision ID: robert.ancell@canonical.com-20140514015728-htjretk0i3fuimgi
Get window showing, handle more events

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
    var w = new Blue.Window (c);
17
17
    w.map ();
 
18
    c.flush ();
18
19
 
19
20
    loop.run ();
20
21