Fix some compilation warnings
This commit is contained in:
@ -411,7 +411,7 @@ gtk_box_size_allocate (GtkWidget *widget,
|
|||||||
|
|
||||||
gint size;
|
gint size;
|
||||||
gint extra;
|
gint extra;
|
||||||
gint x, y, i;
|
gint x = 0, y = 0, i;
|
||||||
gint child_size;
|
gint child_size;
|
||||||
|
|
||||||
if (private->orientation == GTK_ORIENTATION_HORIZONTAL)
|
if (private->orientation == GTK_ORIENTATION_HORIZONTAL)
|
||||||
|
|||||||
@ -59,8 +59,6 @@ static void gtk_frame_paint (GtkWidget *widget,
|
|||||||
GdkRectangle *area);
|
GdkRectangle *area);
|
||||||
static gint gtk_frame_expose (GtkWidget *widget,
|
static gint gtk_frame_expose (GtkWidget *widget,
|
||||||
GdkEventExpose *event);
|
GdkEventExpose *event);
|
||||||
static void gtk_frame_size_request (GtkWidget *widget,
|
|
||||||
GtkRequisition *requisition);
|
|
||||||
static void gtk_frame_size_allocate (GtkWidget *widget,
|
static void gtk_frame_size_allocate (GtkWidget *widget,
|
||||||
GtkAllocation *allocation);
|
GtkAllocation *allocation);
|
||||||
static void gtk_frame_remove (GtkContainer *container,
|
static void gtk_frame_remove (GtkContainer *container,
|
||||||
|
|||||||
@ -672,7 +672,6 @@ gtk_tray_icon_update_manager_window (GtkTrayIcon *icon)
|
|||||||
icon->priv->manager_window);
|
icon->priv->manager_window);
|
||||||
|
|
||||||
gdk_window_add_filter (gdkwin, gtk_tray_icon_manager_filter, icon);
|
gdk_window_add_filter (gdkwin, gtk_tray_icon_manager_filter, icon);
|
||||||
g_print ("manager window %d\n", icon->priv->manager_window);
|
|
||||||
|
|
||||||
gtk_tray_icon_get_orientation_property (icon);
|
gtk_tray_icon_get_orientation_property (icon);
|
||||||
gtk_tray_icon_get_visual_property (icon);
|
gtk_tray_icon_get_visual_property (icon);
|
||||||
|
|||||||
Reference in New Issue
Block a user