chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c014cc6
)
Temporary hack to get clg build with Gtk+ 2.14
author
espen
<espen>
Mon, 27 Oct 2008 18:42:01 +0000
(18:42 +0000)
committer
espen
<espen>
Mon, 27 Oct 2008 18:42:01 +0000
(18:42 +0000)
gdk/gdktypes.lisp
patch
|
blob
|
blame
|
history
gtk/gtktypes.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gdk/gdktypes.lisp
b/gdk/gdktypes.lisp
index 1cfc534d2ea9642d582cb046fa15ba3fc909a2d4..979af45e286c637dd4a02c2d084c47f1068be1b4 100644
(file)
--- 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.
;; 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.2
8 2007/06/06 10:43:54
espen Exp $
+;; $Id: gdktypes.lisp,v 1.2
9 2008/10/27 18:42:01
espen Exp $
(in-package "GDK")
(in-package "GDK")
@@
-137,6
+137,9
@@
(define-types-by-introspection "Gdk"
("GdkEventMask" :ignore t) ; manually defined
("GdkModifierType" :ignore t) ; manually defined
("GdkEventMask" :ignore t) ; manually defined
("GdkModifierType" :ignore t) ; manually defined
+ ("GdkAppLaunchContext" :ignore t) ; needs GIO
+
+
("GdkDisplay"
:slots
((name
("GdkDisplay"
:slots
((name
diff --git
a/gtk/gtktypes.lisp
b/gtk/gtktypes.lisp
index a1e98e4ac6a8bcbb37c967bc0f72f8d684e9f965..fe6b7e32d97b2d0ac06a198a3fd5382f1365e618 100644
(file)
--- 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.
;; 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.6
4 2008/05/06 00:09:03
espen Exp $
+;; $Id: gtktypes.lisp,v 1.6
5 2008/10/27 18:42:01
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-154,6
+154,8
@@
(define-types-by-introspection "Gtk"
("GtkTreePath" :ignore t)
; ("GtkStyle" :ignore t)
("GtkTreePath" :ignore t)
; ("GtkStyle" :ignore t)
+ ("GtkMountOperation" :ignore t) ; Needs GIO
+
;; Manual override
("GtkWidget"
:slots
;; Manual override
("GtkWidget"
:slots