Skip to content

Commit

Permalink
Remove decoration from desktop window (shows in weston)
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh123linux committed Jun 3, 2017
1 parent 3f7e7a4 commit e0c9aa6
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 e0c9aa6

Please sign in to comment.