~blackborn/awn/dolfje_branch

« back to all changes in this revision

Viewing changes to src/awn-applet-manager.h

  • Committer: dolf1074 at alasal
  • Date: 2009-03-17 16:17:58 UTC
  • Revision ID: dolf1074@alasal.be-20090317161758-malacmokb522ma28
- fixed the input shape mask of the panel when the bar is expanded

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                                                 const gchar *uid,
83
83
                                                 gint         width, 
84
84
                                                 gint         height);
 
85
void        awn_applet_manager_update_masks     (AwnAppletManager *m,
 
86
                                                 cairo_t        *cr, 
 
87
                                                 AwnOrientation  orient,
 
88
                                                 GdkRectangle   *area);
 
89
void        awn_applet_manager_set_panel        (AwnAppletManager *m,
 
90
                                                 GtkWidget *panel);
85
91
 
86
92
G_END_DECLS
87
93