]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_sp/main.c
[svn-upgrade] Integrating new upstream version, ion3 (20070608)
[ion3.git] / mod_sp / main.c
index e30d8c89dc53b0cccbd1198617206c3dcdf955fd..b187e99291d13d31c67319079f0cc2a2009016d1 100644 (file)
@@ -64,7 +64,7 @@ static WRegion *create_scratchws(WWindow *parent, const WFitParams *fp,
 {
     WRegion *reg;
     WRegionAttachData data;
-    WGroupAttachParams par;
+    WGroupAttachParams par=GROUPATTACHPARAMS_INIT;
     WGroupWS *ws;
     
     ws=create_groupws(parent, fp);
@@ -108,8 +108,8 @@ static WRegion *create_scratchws(WWindow *parent, const WFitParams *fp,
 static WRegion *create(WMPlex *mplex, int flags)
 {
     WRegion *sp;
-    WMPlexAttachParams par;
-
+    WMPlexAttachParams par=MPLEXATTACHPARAMS_INIT;
+    
     par.flags=(flags
                |MPLEX_ATTACH_UNNUMBERED
                |MPLEX_ATTACH_SIZEPOLICY