]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_tiling/panehandle.c
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / mod_tiling / panehandle.c
index 586385d779bb204070cff1d53cdb3d0544e76c50..480e02d052fe8fc7d1cce81deba8e17cf806fc54 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * ion/panews/panehandle.c
+ * ion/mod_tiling/panehandle.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2007
  *
  * 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
@@ -113,7 +113,7 @@ static void panehandle_draw(WPaneHandle *pwin, bool complete)
     
     grbrush_begin(pwin->brush, &g, (complete ? 0 : GRBRUSH_NO_CLEAR_OK));
     
-    grbrush_draw_borderline(pwin->brush, &g, NULL, pwin->bline);
+    grbrush_draw_borderline(pwin->brush, &g, pwin->bline);
     
     grbrush_end(pwin->brush);
 }