Skip to content

Commit

Permalink
Merge pull request linuxmint#1512 from leigh123linux/remove_decoratio…
Browse files Browse the repository at this point in the history
…n_from_desktop

Remove decoration from desktop window (shows in weston)
  • Loading branch information
mtwebster authored Jun 10, 2017
2 parents e0f1e33 + e0c9aa6 commit a765074
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nemo-desktop-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ nemo_desktop_window_constructed (GObject *obj)

gtk_window_set_resizable (GTK_WINDOW (window),
FALSE);
gtk_window_set_decorated (GTK_WINDOW (window),
FALSE);

gtk_widget_show (GTK_WIDGET (window));
}
Expand Down

0 comments on commit a765074

Please sign in to comment.