*** empty log message ***
authorroot <root>
Mon, 7 Aug 2006 21:38:24 +0000 (21:38 +0000)
committerroot <root>
Mon, 7 Aug 2006 21:38:24 +0000 (21:38 +0000)
src/rxvtperl.xs

index ebf8864958507d0ad229c940a997bb7a625005c3..d91da88d293ff1ab9770a0b0bd4c97934c05655b 100644 (file)
@@ -270,6 +270,9 @@ public:
 overlay::overlay (rxvt_term *THIS, int x_, int y_, int w_, int h_, rend_t rstyle, int border)
 : THIS(THIS), x(x_), y(y_), w(w_), h(h_), border(border == 2), overlay_av (0)
 {
+  if (w < 0) w = 0;
+  if (h < 0) h = 0;
+
   if (border == 2)
     {
       w += 2;