Skip to content

Commit

Permalink
Add GNOME 'wrapped' mode for zoomed fill, updates #78
Browse files Browse the repository at this point in the history
  • Loading branch information
daf committed Jan 1, 2017
1 parent 2f86f8a commit 07a16f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SetBG.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ bool SetBGGnome::set_bg(Glib::ustring &disp, Glib::ustring file, SetMode mode, G
case SetBG::SET_TILE: strmode = "wallpaper"; break;
case SetBG::SET_CENTER: strmode = "centered"; break;
case SetBG::SET_ZOOM: strmode = "scaled"; break;
case SetBG::SET_ZOOM_FILL:
case SetBG::SET_ZOOM_FILL: strmode = "spanned"; break;
default: strmode = "zoom"; break;
};

Expand Down

0 comments on commit 07a16f7

Please # to comment.