aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-07-09 22:54:30 +0100
committerLibravatar emersion <contact@emersion.fr>2018-07-09 22:54:30 +0100
commit63b4bf500020cf35cebfdce2d73f8e359ff495c2 (patch)
tree76624b3d4820551261e5c15f773c403c1a41264e /swaymsg
parentMerge pull request #2223 from RyanDwyer/floating-move (diff)
downloadsway-63b4bf500020cf35cebfdce2d73f8e359ff495c2.tar.gz
sway-63b4bf500020cf35cebfdce2d73f8e359ff495c2.tar.zst
sway-63b4bf500020cf35cebfdce2d73f8e359ff495c2.zip
Update for swaywm/wlroots#1126
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index 4283bf00..542ca819 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -323,7 +323,7 @@ int main(int argc, char **argv) {
323 char *socket_path = NULL; 323 char *socket_path = NULL;
324 char *cmdtype = NULL; 324 char *cmdtype = NULL;
325 325
326 wlr_log_init(L_INFO, NULL); 326 wlr_log_init(WLR_INFO, NULL);
327 327
328 static struct option long_options[] = { 328 static struct option long_options[] = {
329 {"help", no_argument, NULL, 'h'}, 329 {"help", no_argument, NULL, 'h'},