mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Set lastTime to CurrentTime not 1 to get setinputfocus working for the
first activation of the application. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25395 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b7b431cd43
commit
79b9caf27f
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-08-16 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/x11/XGServerWindow.m (-_setupRootWindow): Set lastTime to
|
||||
CurrentTime not 1 to get setinputfocus working for the first
|
||||
activation of the application.
|
||||
|
||||
2007-08-15 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/x11/XGServerWindow.m (-_checkWMSupports:,
|
||||
|
@ -737,7 +743,7 @@
|
|||
* Header/x11/XGGeneric.h,
|
||||
* Source/x11/XGServerWindow.m (-_setupRootWindow, -window::::),
|
||||
* Source/x11/XGServerEvent.m (-processEvent:):
|
||||
Impelemented hanlding for _NET_WM_PING.
|
||||
Impelemented handling for _NET_WM_PING.
|
||||
|
||||
2006-07-07 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -1350,8 +1350,8 @@ _get_next_prop_new_event(Display *display, XEvent *event, char *arg)
|
|||
{
|
||||
generic.lastClick = 1;
|
||||
generic.lastMotion = 1;
|
||||
generic.lastTime = 1;
|
||||
}
|
||||
generic.lastTime = CurrentTime;
|
||||
|
||||
/*
|
||||
* Set up standard atoms.
|
||||
|
|
Loading…
Reference in a new issue