gtk_window_new without decoration
- From: Luis Gustavo Spern Barreto <gustavosbarreto gmail com>
- To: metacity-devel-list gnome org
- Subject: gtk_window_new without decoration
- Date: Tue, 1 Jun 2010 11:39:30 -0300
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]