Style and other minor fixes

This commit is contained in:
Luminarys 2015-08-17 10:34:39 -05:00
parent 3f475f5009
commit c9ce8bf1bd
3 changed files with 12 additions and 12 deletions

View file

@ -170,8 +170,8 @@ swayc_t *new_floating_view(wlc_handle handle) {
view->width = geometry->size.w;
view->height = geometry->size.h;
view->desired_width = -1;
view->desired_height = -1;
view->desired_width = view->width;
view->desired_height = view->height;
view->is_floating = true;