X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_query%2Ffwarn.c;h=6abf6c371bea96a4c6185c09a1674f42706380a9;hb=3102bb90c325d9b29ac304d8f3ea0a17df564fc8;hp=5122948e8b2fe5006e23402392cc74841f49ee5e;hpb=768d45580fc176cedd04db0b05621cdf596751d5;p=ion3.git diff --git a/mod_query/fwarn.c b/mod_query/fwarn.c index 5122948..6abf6c3 100644 --- a/mod_query/fwarn.c +++ b/mod_query/fwarn.c @@ -1,12 +1,9 @@ /* * ion/mod_query/query.c * - * Copyright (c) Tuomo Valkonen 1999-2007. + * Copyright (c) Tuomo Valkonen 1999-2008. * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ @@ -14,6 +11,7 @@ #include #include #include +#include #include #include "wmessage.h" #include "fwarn.h" @@ -56,10 +54,11 @@ WMessage *mod_query_do_message(WMPlex *mplex, const char *p) return NULL; par.flags=(MPLEX_ATTACH_SWITCHTO| - MPLEX_ATTACH_MODAL| + MPLEX_ATTACH_LEVEL| MPLEX_ATTACH_UNNUMBERED| MPLEX_ATTACH_SIZEPOLICY); par.szplcy=SIZEPOLICY_FULL_BOUNDS; + par.level=STACKING_LEVEL_MODAL1+2; return (WMessage*)mplex_do_attach_new(mplex, &par, (WRegionCreateFn*)create_wmsg,