gtk_window_new without decoration



Hi,

Why do the "internal" windows of the metacity has no decoration?
I modified the source code to display a simple window and it has no decoration.

I put this in 'meta_ui_tab_popup_new:sr/ui/tabpopup.c':

GtkWidget *test_window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_widget_show (test_window);

And when I do Alt-Tab a window without decoration is shown.

Looking at the source code it seems that metacity does not receive the 'MapRequest' event to that window, why?

Luis Gustavo Spern Barreto,
http://www.gustavobarreto.net
+55 53 9144.4318


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]