Skip to content

Commit a765074

Browse files
authored
Merge pull request #1512 from leigh123linux/remove_decoration_from_desktop
Remove decoration from desktop window (shows in weston)
2 parents e0f1e33 + e0c9aa6 commit a765074

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/nemo-desktop-window.c

+2
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ nemo_desktop_window_constructed (GObject *obj)
137137

138138
gtk_window_set_resizable (GTK_WINDOW (window),
139139
FALSE);
140+
gtk_window_set_decorated (GTK_WINDOW (window),
141+
FALSE);
140142

141143
gtk_widget_show (GTK_WIDGET (window));
142144
}

0 commit comments

Comments
 (0)