Added option to select primary display on tray_output

This commit is contained in:
Jose Pereira
2012-04-01 15:07:15 +01:00
committed by Michael Stapelberg
parent 206b96202c
commit 9a58c1fcaa
5 changed files with 29 additions and 10 deletions

View File

@ -443,6 +443,9 @@ IPC_HANDLER(get_outputs) {
ystr("active");
y(bool, output->active);
ystr("primary");
y(bool, output->primary);
ystr("rect");
y(map_open);
ystr("x");