Move everything to sway/old/

This commit is contained in:
Drew DeVault 2017-11-18 11:22:02 -05:00
parent 0c8491f7d0
commit 733993a651
128 changed files with 76 additions and 430 deletions

View file

@ -1,8 +0,0 @@
#include "log.h"
#include "sway/commands.h"
struct cmd_results *cmd_new_float(int argc, char **argv) {
sway_log(L_INFO, "`new_float` is deprecated and will be removed in the future. "
"Please use `default_floating_border` instead.");
return cmd_default_floating_border(argc, argv);
}