]> Pileus Git - ~andy/gtk/commitdiff
wayland: Drop empty gdkscreen-wayland.h
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 11 Feb 2011 04:00:12 +0000 (23:00 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 11 Feb 2011 04:00:12 +0000 (23:00 -0500)
gdk/wayland/gdkdisplay-wayland.c
gdk/wayland/gdkdnd-wayland.c
gdk/wayland/gdkscreen-wayland.h [deleted file]
gdk/wayland/gdkwindow-wayland.c

index 06ebb65560d9e97879deb8ee4cf9e4539c11aad7..a116ed1cd5b697f200e498a49118e5f4b105e2a6 100644 (file)
 #include "gdkdisplay.h"
 #include "gdkdisplay-wayland.h"
 #include "gdkscreen.h"
-#include "gdkscreen-wayland.h"
 #include "gdkinternals.h"
 #include "gdkdeviceprivate.h"
 #include "gdkdevicemanager.h"
 #include "gdkkeysprivate.h"
+#include "gdkprivate-wayland.h"
 
 typedef struct _GdkEventTypeWayland GdkEventTypeWayland;
 
index 293456fb174f28b9e088e6cea5f42025317db193..62c79759b58e38edcb87be9b3ab4087f7dcd10b2 100644 (file)
@@ -25,7 +25,6 @@
 #include "gdkinternals.h"
 #include "gdkproperty.h"
 #include "gdkprivate-wayland.h"
-#include "gdkscreen-wayland.h"
 #include "gdkdisplay-wayland.h"
 
 #include <string.h>
diff --git a/gdk/wayland/gdkscreen-wayland.h b/gdk/wayland/gdkscreen-wayland.h
deleted file mode 100644 (file)
index 9fa4baa..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * gdkscreen-wayland.h
- * 
- * Copyright 2001 Sun Microsystems Inc. 
- *
- * Erwann Chenede <erwann.chenede@sun.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#ifndef __GDK_SCREEN_WAYLAND_H__
-#define __GDK_SCREEN_WAYLAND_H__
-
-#include "gdkprivate-wayland.h"
-#include <gdk/gdkscreenprivate.h>
-#include <gdk/gdkvisual.h>
-
-G_BEGIN_DECLS
-  
-
-G_END_DECLS
-
-#endif /* __GDK_SCREEN_WAYLAND_H__ */
index 1e55e4477ecc73bcb2586fea6edd87fefe3bf10e..b7992bfb77127d86eaea8a22e4cf0f201351b074 100644 (file)
@@ -28,7 +28,6 @@
 #include "gdkwindow.h"
 #include "gdkwindowimpl.h"
 #include "gdkdisplay-wayland.h"
-#include "gdkscreen-wayland.h"
 #include "gdkprivate-wayland.h"
 #include "gdkinternals.h"
 #include "gdkdeviceprivate.h"