~didrocks/notify-osd/bootstrap

« back to all changes in this revision

Viewing changes to src/bubble.c

  • Committer: Mirco Müller
  • Date: 2011-07-08 08:38:44 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20110708083844-jjolh3irt80o21io
Oops :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2195
2195
 
2196
2196
        // hook up window-event handlers to window
2197
2197
        g_signal_connect (G_OBJECT (window),
2198
 
                          "expose-event",
 
2198
                          "draw",
2199
2199
                          G_CALLBACK (expose_handler),
2200
2200
                          this);
2201
2201