X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-window-base.h;h=4d5f4a3726aea04f5f078ff8eabb9e009dcb3b91;hb=2dacc78b06eb2c34efbb8af544908edd0b99b86e;hp=5453bb78f8674f467d297a89246ed67f00dc11d6;hpb=b367f5ac49aa1b4f0ea7d76e322e40b824f607b9;p=pspp diff --git a/src/ui/gui/psppire-window-base.h b/src/ui/gui/psppire-window-base.h index 5453bb78f8..4d5f4a3726 100644 --- a/src/ui/gui/psppire-window-base.h +++ b/src/ui/gui/psppire-window-base.h @@ -16,7 +16,7 @@ /* This is an abstract base class upon which all (well almost all) windows in - psppire are based. The exceptions are transient windows such as the + psppire are based. The exceptions are transient windows such as the splash screen and popups. */ @@ -52,7 +52,7 @@ typedef struct _PsppireWindowBaseClass PsppireWindowBaseClass; struct _PsppireWindowBase { - GtkWindow parent; + GtkApplicationWindow parent; /* */ }; @@ -60,7 +60,7 @@ struct _PsppireWindowBase struct _PsppireWindowBaseClass { - GtkWindowClass parent_class; + GtkApplicationWindowClass parent_class; };