3 Jun 2002 17:43
Sticky windows again - a bug?
Dominic Sacré <bugcreator <at> gmx.de>
2002-06-03 15:43:44 GMT
2002-06-03 15:43:44 GMT
Hi,
I've found something which looks like a bug in sawfish. When a non-sticky
window is hidden, and then shown again, it will magically become sticky.
I'm using Sawfish 1.0.1.
Here's a simple program showing the problem. Start the program, and just
click the button. Suddenly the window will be sticky...
Dominic
----------------------------------------
#include <gtk/gtk.h>
void hide_show (GtkWidget *button, gpointer window)
{
gtk_widget_hide (window);
gtk_widget_show (window);
}
void destroy (GtkWidget *widget, gpointer data)
{
gtk_main_quit ();
}
int main (int argc, char **argv)
{
GtkWidget *window,
*button;
(Continue reading)
RSS Feed