report unfound steppping at -1 so we know more :)

SVN revision: 16369
This commit is contained in:
Carsten Haitzler 2005-08-26 10:00:15 +00:00
parent 0273204901
commit e0d908af71
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ ecore_x_icccm_size_pos_hints_get(Ecore_X_Window win,
int minw = 0, minh = 0;
int maxw = 32767, maxh = 32767;
int basew = -1, baseh = -1;
int stepx = 1, stepy = 1;
int stepx = -1, stepy = -1;
double mina = 0.0, maxa = 0.0;
if (!XGetWMNormalHints(_ecore_x_disp, win, &hint, &mask))