| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 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/devel/smooth/files/ |
Upload File : |
--- classes/gui/window/backends/xlib/windowxlib.cpp.orig 2020-08-27 22:43:07 UTC +++ classes/gui/window/backends/xlib/windowxlib.cpp @@ -8,6 +8,9 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#include <stdio.h> +#include <stdlib.h> + #include <smooth/gui/window/backends/xlib/windowxlib.h> #include <smooth/gui/window/window.h> #include <smooth/gui/widgets/special/cursor.h> @@ -20,9 +23,6 @@ #include <smooth/foreach.h> #include <smooth/init.h> #include <smooth/backends/xlib/backendxlib.h> - -#include <stdio.h> -#include <stdlib.h> using namespace X11;