Bouncing messages!



Hello All,

I regularly get bounced messages from gtk-list, all from the same address. 
Could someone with the right access please investigate this? (I'm assuming 
other people get their messages bounced, too.)

Here's the most recent bounce that I got:

------- Forwarded Message

Return-Path: administrator@navsup.navy.mil 
Received: from mx.nada.kth.se (mx.nada.kth.se [130.237.222.161])
	by mail.nada.kth.se (8.8.7/8.8.7) with ESMTP id NAA13425
	for <johannes@sub00.nada.kth.se>; Wed, 20 May 1998 13:09:02 +0200 (MET DST)
Received: from mail-gw1.fmso.navy.mil (mail-gw1.fmso.navy.mil [138.155.40.24])
	by mx.nada.kth.se (8.8.7/8.8.7) with ESMTP id NAA18674
	for <johannes@nada.kth.se>; Wed, 20 May 1998 13:08:59 +0200 (MET DST)
Received: from manatee.fmso.navy.mil (manatee.fmso.navy.mil [138.155.40.99]) by 
mail-gw1.fmso.navy.mil (8.8.5/8.6.12) with ESMTP id XAA02252 for 
<johannes@nada.kth.se>; Tue, 19 May 1998 23:26:13 -0400
Received: from fmso.navy.mil (unverified [138.155.40.201]) by 
manatee.fmso.navy.mil
 (Integralis SMTPRS 2.0.15) with SMTP id <B0000224520@manatee.fmso.navy.mil> 
for <johannes@nada.kth.se>;
 Wed, 20 May 1998 07:07:51 -0400
Received: from ccMail by fmso.navy.mil
  (IMA Internet Exchange 3.01 Enterprise) id 000DDF04; Wed, 20 May 98 07:12:30 
-0400
MIME-Version: 1.0
Date: Wed, 20 May 1998 06:33:55 -0400
Message-Id: <000DDF04.CE21182@navsup.navy.mil>
From: administrator@navsup.navy.mil (administrator)
Subject: Message not deliverable
To: johannes@nada.kth.se (Johannes Keukelaar)
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Description: cc:Mail note part

//I capture the motion signal like this:
//================================================
//      gtk_widget_set_events (button,
//                           GDK_ENTER_NOTIFY_MASK |
//                           GDK_LEAVE_NOTIFY_MASK |
//                           GDK_MOTION_NOTIFY |
//                           GDK_POINTER_MOTION_HINT_MASK |
//                           GDK_BUTTON_PRESS_MASK);
//      gtk_signal_connect (GTK_OBJECT (button),
//                        "motion_notify_event",
//                        (GtkSignalFunc) z_widget_move,
//                        NULL);

When using GDK_POINTER_MOTION_HINT_MASK, you only get new GDK_MOTION_NOTIFY 
events after a call to gdk_window_get_pointer. So in your callback, when event->
is_hint is set, call gdk_window_get_pointer to get the mouse coordinates. 
(Plus, I _think_ that if is_hint is set, the coordinates in the event don't 
make any sense. Anyone know this for sure?)

Good luck!

Johannes.

- --
"Lisp has all the visual appeal of oatmeal with fingernail clippings mixed in."
        --Larry Wall in <1994Jul21.173737.16853@netlabs.com>

How do I connect to that real-life thing I keep hearing about?


- -- 
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null


------- End of Forwarded Message

Regards,

Johannes.
--
Linux, the choice of a GNU generation.

Visually inspecting visual programming languages.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]