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:
6f1c61f
)
Change required by Gtk+ 2.10
author
espen
<espen>
Tue, 2 Jan 2007 15:15:25 +0000
(15:15 +0000)
committer
espen
<espen>
Tue, 2 Jan 2007 15:15:25 +0000
(15:15 +0000)
gtk/gtktypes.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtktypes.lisp
b/gtk/gtktypes.lisp
index ef112d49a6f6a1259c677308cb63946b6dfaf351..f460f746b5d5bf64aa0255af00d6be06a3c6b1f8 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.5
1 2006/09/27 08:45:29
espen Exp $
+;; $Id: gtktypes.lisp,v 1.5
2 2007/01/02 15:15:25
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-1264,8
+1264,14
@@
(defclass selection-data (boxed)
(:metaclass boxed-class))
(:metaclass boxed-class))
+#?-(pkg-exists-p "gtk+-2.0" :atleast-version "2.10.0")
(defclass target-list (proxy)
()
(:metaclass proxy-class)
(:ref target-list-ref)
(:unref target-list-unref))
(defclass target-list (proxy)
()
(:metaclass proxy-class)
(:ref target-list-ref)
(:unref target-list-unref))
+
+#?(pkg-exists-p "gtk+-2.0" :atleast-version "2.10.0")
+(defclass target-list (boxed)
+ ()
+ (:metaclass boxed-class))