From: espen Date: Mon, 27 Oct 2008 18:42:01 +0000 (+0000) Subject: Temporary hack to get clg build with Gtk+ 2.14 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/14021fee579226a95bc524bcc0e24eccd517c2cc Temporary hack to get clg build with Gtk+ 2.14 --- diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index 2adbb93..7a0783e 100644 --- a/gdk/gdktypes.lisp +++ b/gdk/gdktypes.lisp @@ -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") @@ -137,6 +137,9 @@ ("GdkEventMask" :ignore t) ; manually defined ("GdkModifierType" :ignore t) ; manually defined + ("GdkAppLaunchContext" :ignore t) ; needs GIO + + ("GdkDisplay" :slots ((name diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index 4a0a52e..dfa9c05 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.lisp @@ -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") @@ -154,6 +154,8 @@ ("GtkTreePath" :ignore t) ; ("GtkStyle" :ignore t) + ("GtkMountOperation" :ignore t) ; Needs GIO + ;; Manual override ("GtkWidget" :slots