| 16 * You should have received a copy of the GNU General Public License |
16 * You should have received a copy of the GNU General Public License |
| 17 * along with this program; if not, write to the Free Software |
17 * along with this program; if not, write to the Free Software |
| 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 19 * |
19 * |
| 20 */ |
20 */ |
| 21 #include "internal.h" |
21 #include "gtkinternal.h" |
| 22 |
22 |
| 23 #ifdef USE_SCREENSAVER |
23 #ifdef USE_SCREENSAVER |
| 24 # ifndef _WIN32 |
24 # ifndef _WIN32 |
| 25 # include <X11/Xlib.h> |
25 # include <X11/Xlib.h> |
| 26 # include <X11/Xutil.h> |
26 # include <X11/Xutil.h> |