Removed debug print
This commit is contained in:
parent
dc58ddbfb8
commit
1b299e658f
@ -410,7 +410,6 @@ static void update_surface_size(void) {
|
|||||||
|
|
||||||
gtk_window_resize(GTK_WINDOW(window), width, height);
|
gtk_window_resize(GTK_WINDOW(window), width, height);
|
||||||
gtk_widget_set_size_request(scroll, width, height);
|
gtk_widget_set_size_request(scroll, width, height);
|
||||||
printf("%lux%lu\n", width, height);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void widget_allocate(GtkWidget* widget, GdkRectangle* allocation, gpointer data) {
|
static void widget_allocate(GtkWidget* widget, GdkRectangle* allocation, gpointer data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user