mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix the build
A stray GdkScreen leftover.
This commit is contained in:
parent
371ea7cbe9
commit
c0d3ed0739
@ -57,15 +57,6 @@ file_exists (const char *filename)
|
||||
return stat (filename, &statbuf) == 0;
|
||||
}
|
||||
|
||||
GtkWidget *
|
||||
shape_create_icon (GdkScreen *screen,
|
||||
char *xpm_file,
|
||||
gint x,
|
||||
gint y,
|
||||
gint px,
|
||||
gint py,
|
||||
gint window_type);
|
||||
|
||||
static GtkWidget *
|
||||
build_option_menu (gchar *items[],
|
||||
gint num_items,
|
||||
|
Loading…
Reference in New Issue
Block a user