Problem with BMPx

Bernhard Walle bernhard.walle at gmx.de
Wed Oct 19 21:38:47 CEST 2005


* milosz derezynski [19.10.2005 21:18]:

> But even _THAT_ shrinks the window, at least vertically, in the small
> testcase app you can download from here:
> http://rafb.net/paste/results/QyKtVw28.txt
> 
> This is confirmed with latest stable XFWM4/XFCE4 (4.2.2)

You set the min_width to 275 and try to set the width to 250 in the
application.

I simply added a

   printf("width = %d, min = %d, max = %d\n",
	  BASE_X_INC * 10,
          geometry.min_width,
          geometry.max_width);


Regards,
Bernhard




More information about the Xfce4-dev mailing list