Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ames!ucbcad!ucbvax!NRTC-GREMLIN.NORTHROP.COM!mrose From: mrose@NRTC-GREMLIN.NORTHROP.COM.UUCP Newsgroups: comp.windows.x Subject: Two (simple) questions Message-ID: <1957.545098528@gremlin.nrtc.northrop.com> Date: Fri, 10-Apr-87 18:39:34 EST Article-I.D.: gremlin.1957.545098528 Posted: Fri Apr 10 18:39:34 1987 Date-Received: Sat, 11-Apr-87 19:38:16 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 29 Hi. I've just started using X on an integrated solutions graphics workstation, and thought I'd bounce a couple of questions off the list. First, the is port calls gettimeofday() for each mouse button action and for each keyboard input in otder to fill-in the vse_time for the current event. This seems very wasteful to me. Before I go wildly changing this, I guess I should ask: does event.vse_time really have to be related to the time of day, or can it just have the partial ordering semantics you get from a clock (monotonically increasing)? Why not just have a static counter that gets incremented by 1 for each event? Second, although xterm is great, I think I've there's a slight problem when you have the auto raise function enabled. Say I have the mouse in an xterm window with auto raise enable. I now run xdvi and preview something. I exit xdvi. Even though the mouse is still in the window and the xterm title bar indicates that xterm has got the keyboard, I still have to move the mouse before xterm gets my terminal input. Apparently any mouse movement will trigger it. Is this a bug in the server? xterm? the is port? Oh, I'm running X version 10 release 4. Appologies in advance if these are all old issues or dumb questions! /mtr