gtk-window-decorator does not maximize windows when the titlebar is double-clicked
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Compiz |
Undecided
|
Unassigned |
Bug Description
Hi Guys,
When /usr/bin/
The window maximization is prevented by the low double-click timeout hard-coded into Compiz (250 milliseconds). I bet it would be tough for most folks to register two clicks within 250 ms.
See line 110 in gtk/window-
gint double_
I'm wondering whether this low timeout was chosen arbitrarily or whether there's a reason for it.
I've attached two patches, either of which solves this issue for me:
a) gtk-window-
b) events.c.patch - This patch changes title_event() in gtk/window-
I'd like to see this fixed using whichever way is most appropriate so that I (and probably others) can have window maximization upon double-clicking the titlebar.
Thanks.
Stephen Karanja (caw) wrote : | #1 |
Stephen Karanja (caw) wrote : | #2 |
description: | updated |
Khurshid Alam (khurshid-alam) wrote : | #3 |
The value is not a arbitrary value. It is well thought out. For me doble click registers every time. May be some issue with input devices ?
I've attached the alternative patch for gtk/window- decorator/ events. c.