Bug#276734: GDK icon window trouble

Sebastien Bacher Sebastien Bacher <seb128@debian.org>, 276734@bugs.debian.org
Sun, 17 Oct 2004 22:02:31 +0200


forwarded 276734 http://bugzilla.gnome.org/show_bug.cgi?id=3D155658
thanks

Le samedi 16 octobre 2004 =E0 11:35 -0400, Brad Jorsch a =E9crit :
> Here's the test program. This is the compilation command I used, GTK
> requires many libraries:

Hi,

You can build a gtk+ program with this commande:
gcc file.c -o file `pkg-config --cflags --libs gtk+-2.0`=20


> This is all under Windowmaker, BTW (package wmaker). I do not know what
> might happen under other window managers.

I've made small test case which set an icon to a window and use this
window to set the icon of a second one. The second window's icon doesn't
change, I guess that's your problem ?

I've reported the bug here:
http://bugzilla.gnome.org/show_bug.cgi?id=3D155658

BTW by reading the API I'm not sure of what icon_window is supposed to
do ... could you provide some details on this ?

"gdk_window_set_icon(window2, window1, NULL, NULL);" is supposed to use
the window1 icon for window2 ?


Thanks,

Sebastien Bacher