diff options
Diffstat (limited to 'gtk/src/ghbcompositor.h')
-rw-r--r-- | gtk/src/ghbcompositor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghbcompositor.h b/gtk/src/ghbcompositor.h index 19d7fd6e5..7f6914e93 100644 --- a/gtk/src/ghbcompositor.h +++ b/gtk/src/ghbcompositor.h @@ -66,7 +66,7 @@ struct _GhbCompositorChild GType ghb_compositor_get_type (void) G_GNUC_CONST; GtkWidget* ghb_compositor_new (void); void ghb_compositor_zlist_insert (GhbCompositor *compositor, - GtkWidget *child, + GtkWidget *child, gint z_pos, gdouble opacity); G_END_DECLS |