Temporary hack to get clg build with Gtk+ 2.14
authorespen <espen>
Mon, 27 Oct 2008 18:42:01 +0000 (18:42 +0000)
committerespen <espen>
Mon, 27 Oct 2008 18:42:01 +0000 (18:42 +0000)
gdk/gdktypes.lisp
gtk/gtktypes.lisp

index 1cfc534..979af45 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gdktypes.lisp,v 1.28 2007/06/06 10:43:54 espen Exp $
+;; $Id: gdktypes.lisp,v 1.29 2008/10/27 18:42:01 espen Exp $
 
 (in-package "GDK")
 
   ("GdkEventMask" :ignore t) ; manually defined
   ("GdkModifierType" :ignore t) ; manually defined
 
+  ("GdkAppLaunchContext" :ignore t) ; needs GIO
+
+
   ("GdkDisplay"
    :slots
    ((name
index a1e98e4..fe6b7e3 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gtktypes.lisp,v 1.64 2008/05/06 00:09:03 espen Exp $
+;; $Id: gtktypes.lisp,v 1.65 2008/10/27 18:42:01 espen Exp $
 
 (in-package "GTK")
 
   ("GtkTreePath" :ignore t)
 ;  ("GtkStyle" :ignore t)
 
+  ("GtkMountOperation" :ignore t) ; Needs GIO
+
   ;; Manual override
   ("GtkWidget"
    :slots