From 2754966dee97bfb2836034dd57a6daf623048bd9 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 19 Apr 2005 13:39:02 +0000 Subject: [PATCH] help us do icccm correctly... SVN revision: 14249 --- legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c b/legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c index 714147019e..e642f57998 100644 --- a/legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c +++ b/legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c @@ -351,7 +351,7 @@ ecore_x_icccm_size_pos_hints_get(Ecore_X_Window win, int minw = 0, minh = 0; int maxw = 32767, maxh = 32767; - int basew = 0, baseh = 0; + int basew = -1, baseh = -1; int stepx = 1, stepy = 1; double mina = 0.0, maxa = 0.0;