Re: Draw window where mouse pointer is

2005-04-10 Thread Arren
César Leonardo Blum Silveira wrote: Hello all, How can I Make my app start with it's top left corner right where the mouse pointer is pointing at? root = gdk_screen_get_root_window(gdk_screen_get_default()); gdk_window_get_pointer(root, &x, &y, &modif); Thanks, César

Re: Draw window where mouse pointer is

2005-04-10 Thread David Necas (Yeti)
On Sat, Apr 09, 2005 at 09:18:37PM -0300, César Leonardo Blum Silveira wrote: > How can I Make my app start with it's top left corner right where the > mouse pointer is pointing at? root = gdk_screen_get_root_window(gdk_screen_get_default()); gdk_window_get_pointer(root, &x, &y, &modif);

Draw window where mouse pointer is

2005-04-09 Thread César Leonardo Blum Silveira
Hello all, How can I Make my app start with it's top left corner right where the mouse pointer is pointing at? Thanks, César ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list