diff src/event-gtk.c @ 809:285f13b079f3

[xemacs-hg @ 2002-04-07 16:01:30 by wmperry] Make GTK compile again because of lack of device.h/window.h includes.
author wmperry
date Sun, 07 Apr 2002 16:01:32 +0000
parents a5954632b187
children 6728e641994e
line wrap: on
line diff
--- a/src/event-gtk.c	Fri Apr 05 12:30:45 2002 +0000
+++ b/src/event-gtk.c	Sun Apr 07 16:01:32 2002 +0000
@@ -41,6 +41,8 @@
 #include "process.h"
 #include "redisplay.h"
 #include "elhash.h"
+#include "window.h"
+#include "device.h"
 
 #include "gtk-xemacs.h"
 
@@ -192,9 +194,6 @@
 static void
 handle_client_message (struct frame *f, GdkEvent *event)
 {
-  Lisp_Object frame = wrap_frame (f);
-
-
   /* The event-Xt code used to handle WM_DELETE_WINDOW here, but we
      handle that directly in frame-gtk.c */