FVWM Bug Tracking notification new message incoming/888
Message summary for PR#888 From: [EMAIL PROTECTED] Subject: ClickToFocusDoesntRaise DoesntWork Date: Tue, 07 May 2002 06:36:35 -0500 0 replies 0 followups ====> ORIGINAL MESSAGE FOLLOWS <==== >From [EMAIL PROTECTED] Tue May 07 06:36:36 2002 Received: from karazm.math.uh.edu ([129.7.128.1]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1753Gm-0003MM-00 for [EMAIL PROTECTED]; Tue, 07 May 2002 06:36:36 -0500 Received: from malifon.math.uh.edu (IDENT:[EMAIL PROTECTED] [129.7.128.13]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id GAA28450 for <[EMAIL PROTECTED]>; Tue, 7 May 2002 06:36:36 -0500 (CDT) From: [EMAIL PROTECTED] Received: from localhost ([127.0.0.1] ident=65534) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1753Gl-0003Lt-00 for [EMAIL PROTECTED]; Tue, 07 May 2002 06:36:35 -0500 To: [EMAIL PROTECTED] Subject: ClickToFocusDoesntRaise DoesntWork Message-Id: <[EMAIL PROTECTED]> Date: Tue, 07 May 2002 06:36:35 -0500 Full_Name: Mark D Version: 2.2.5 CVS_Date: OS: OpenBSD (default wm) X_Server: XF86_SVGA (XFree 3.3.6) Submission from: (NULL) (198.164.220.146) Setting the 'ClickToFocusDoesntRaise' globalopt doesn't have desired effect. Clicking in the window frame raises the window nomatter how this option is set. The following hack deactivates the offending behaviour, perhaps inelegantly, but might be useful in tracking the problem. Fvwm 2.2.5 is the default window manager for OpenBSD to this day, so the problem is relevent (at least to me!). # 1093c1093 # < if (Scr.ClickToFocusRaises || # --- # > /* if (Scr.ClickToFocusRaises || # 1097c1097 # < (Event.xbutton.subwindow != Tmp_win->Parent))) # --- # > (Event.xbutton.subwindow != Tmp_win->Parent))) */ # 1098a1099 # > if (Scr.ClickToFocusRaises) -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]