Magellan Linux

Annotation of /trunk/openmotif/patches/openmotif-2.2.3-popup_timeout.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 359 byte(s)
-import

1 niro 153 --- openMotif-2.2.3/lib/Xm/MenuUtil.c.popup_timeout 2002-01-31 15:49:35.000000000 +0100
2     +++ openMotif-2.2.3/lib/Xm/MenuUtil.c 2004-06-08 17:14:46.311285603 +0200
3     @@ -156,6 +156,9 @@
4     cursor, time)) == GrabSuccess)
5     break;
6    
7     + if (status == GrabInvalidTime)
8     + time = CurrentTime;
9     +
10     XmeMicroSleep(1000);
11     }
12     if (status != GrabSuccess)