$OpenBSD: patch-src_key_grabber_c,v 1.1 2011/03/04 10:18:13 giovanni Exp $ --- src/key_grabber.c.orig Fri Feb 18 14:42:08 2011 +++ src/key_grabber.c Fri Feb 18 14:42:29 2011 @@ -190,7 +190,7 @@ void pull (struct tilda_window_ *tw, enum pull_state s * Overriding the user time here seems to work a lot better than calling * gtk_window_present_with_time() here, or at the end of the function. I have * no idea why, they should do the same thing. */ - gdk_x11_window_set_user_time (GTK_WIDGET(tw->window)->window, + gdk_x11_window_set_user_time (GTK_WIDGET(tw->window), tomboy_keybinder_get_current_event_time()); gtk_window_move (GTK_WINDOW(tw->window), config_getint ("x_pos"), config_getint ("y_pos")); gtk_widget_show (GTK_WIDGET(tw->window));