| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/xdu/files/ |
Upload File : |
--- xwin.c.orig 1994-06-05 21:29:24.000000000 +0200 +++ xwin.c 2013-06-13 23:51:03.882547665 +0200 @@ -400,12 +400,14 @@ &ascent, &descent, &overall); cheight = overall.ascent + overall.descent; if (height < (cheight + 2)) - return; + return 0; /* print label */ textx = x + 4; texty = y + height/2.0 + (overall.ascent - overall.descent)/2.0 + 1.5; XDrawString(dpy, win, gc, textx, texty, name, strlen(name)); + + return 0; } static Widget popup;