patch: gnome-guile, cvs981021 minor compile problem
- From: Kang-Jin Lee <lee tengu arco de>
- To: gnome-list gnome org
- Subject: patch: gnome-guile, cvs981021 minor compile problem
- Date: Thu, 22 Oct 1998 01:05:23 +0200
Hi,
gnome-guile, CVS 981021 doesn't compile.
Here is a patch to make it compile.
------------------------------------
--- gnome-guile/guile-gtk/gdk.defs-dist Wed May 27 02:04:20 1998
+++ gnome-guile/guile-gtk/gdk.defs Thu Oct 22 00:48:09 1998
@@ -93,7 +93,17 @@
(selection-clear GDK_SELECTION_CLEAR)
(selection-request GDK_SELECTION_REQUEST)
(selection-notify GDK_SELECTION_NOTIFY)
- (other-event GDK_OTHER_EVENT))
+ (proximity_in GDK_PROXIMITY_IN)
+ (proximity_out GDK_PROXIMITY_OUT)
+ (drag_enter GDK_DRAG_ENTER)
+ (drag_leave GDK_DRAG_LEAVE)
+ (drag_motion GDK_DRAG_MOTION)
+ (drag_status GDK_DRAG_STATUS)
+ (drop_start GDK_DROP_START)
+ (drop_finished GDK_DROP_FINISHED)
+ (client_event GDK_CLIENT_EVENT)
+ (visibility_notify GDK_VISIBILITY_NOTIFY)
+ (no_expose GDK_NO_EXPOSE))
(define-flags GdkEventMask
(exposure-mask GDK_EXPOSURE_MASK)
------------------------------------
--
Kang-Jin Lee
lee@arco.met.fu-berlin.de
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]