~blackborn/awn/dolfje_branch

« back to all changes in this revision

Viewing changes to src/awn-panel.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:
91
91
                                           gint              height,
92
92
                                           GError          **error);
93
93
 
 
94
void     awn_panel_update_masks           (GtkWidget *panel, 
 
95
                                           gint real_width, 
 
96
                                           gint real_height);
 
97
 
94
98
G_END_DECLS
95
99
 
96
100