window with GDK_HINT_RESIZE_INC will stupid resize.
Bug #1220993 reported by
snyh
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
New
|
Undecided
|
Unassigned |
Bug Description
#include <gtk/gtk.h>
int main()
{
gtk_init(NULL, NULL);
GdkGeometry geometry = {
0, 0,
G_MAXINT, G_MAXINT,
0, 0,
2, 0,-
21.0, 21.0,-
GdkWindowHints hints = GDK_HINT_
GtkWidget *window = gtk_window_
gtk_
gtk_
gtk_
gtk_main();
return 0;
}
run this code, and resize the window a little.
Then the window will be auto resize to an very small size.
information type: | Private Security → Public |
Changed in compiz: | |
milestone: | none → 0.9.11.0 |
To post a comment you must log in.