X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Fipc.c;h=d0fb965c3d8e55dafbd5fdbd8c97f63e1794d913;hp=3022d5b399bd99d6f382a33e9d533e0f2cb85b4d;hb=e4d2b385529847b926a716731be4a8c22ed79007;hpb=a65914f3384a8c1f6f8c2facb8c3ca28a88d4009 diff --git a/src/ipc.c b/src/ipc.c index 3022d5b3..d0fb965c 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -1580,7 +1580,7 @@ void ipc_send_workspace_event(const char *change, Con *current, Con *old) { y(free); } -/** +/* * For the window events we send, along the usual "change" field, * also the window container, in "container". */ @@ -1610,7 +1610,7 @@ void ipc_send_window_event(const char *property, Con *con) { setlocale(LC_NUMERIC, ""); } -/** +/* * For the barconfig update events, we send the serialized barconfig. */ void ipc_send_barconfig_update_event(Barconfig *barconfig) {