X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=mod_tiling%2Fpanehandle.c;h=482307cabc56504e1201f9c5d40d135857bc58b8;hp=480e02d052fe8fc7d1cce81deba8e17cf806fc54;hb=e3aec18706513a87eaa7839dfdaf7e0fcd0d8d2a;hpb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d diff --git a/mod_tiling/panehandle.c b/mod_tiling/panehandle.c index 480e02d..482307c 100644 --- a/mod_tiling/panehandle.c +++ b/mod_tiling/panehandle.c @@ -1,12 +1,9 @@ /* * ion/mod_tiling/panehandle.c * - * Copyright (c) Tuomo Valkonen 1999-2007. + * Copyright (c) Tuomo Valkonen 1999-2009. * - * 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. */ #include @@ -52,8 +49,6 @@ bool panehandle_init(WPaneHandle *pwin, WWindow *parent, const WFitParams *fp) if(!window_init(&(pwin->wwin), parent, fp)) return FALSE; - ((WRegion*)pwin)->flags|=REGION_SKIP_FOCUS; - panehandle_getbrush(pwin); if(pwin->brush==NULL){