diff options
Diffstat (limited to 'src/gui/window-int.h')
-rw-r--r-- | src/gui/window-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/window-int.h b/src/gui/window-int.h index d79e189..b72a499 100644 --- a/src/gui/window-int.h +++ b/src/gui/window-int.h @@ -37,7 +37,7 @@ struct _GtkFrameworkWindow GSettings *settings; /* Paramètres globaux */ - GtkStack *grid; /* Réceptacle de panneaux */ + GtkTilingGrid *grid; /* Réceptacle de panneaux */ }; |