Bug #1856 » 0001-gtk4-unitselect-Remove-unused-fields-from-struct.patch
| client/gui-gtk-4.0/unitselect.c | ||
|---|---|---|
|
struct unit_select_dialog {
|
||
|
struct tile *ptile;
|
||
|
int unit_id_focus;
|
||
|
GtkWidget *shell;
|
||
|
GtkWidget *notebook;
|
||
|
struct {
|
||
|
GtkTreeStore *store;
|
||
|
GtkWidget *view;
|
||
|
GtkTreePath *path;
|
||
|
} units;
|
||
|
struct {
|
||
|
GtkTreeStore *store;
|
||
|
GtkWidget *page;
|
||