sway-patched-tray-menu-github/sway/commands/nop.c

6 lines
133 B
C
Raw Normal View History

2018-08-07 12:25:04 +02:00
#include "sway/commands.h"
struct cmd_results *cmd_nop(int argc, char **argv) {
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
}