Skip to content

Commit 5503dec

Browse files
committed
vmside: Fix oddly formatted comments
1 parent 270ba11 commit 5503dec

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

gui-agent/vmside.c

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -699,9 +699,11 @@ void send_wmname(Ghandles * g, XID window)
699699
write_message(g->vchan, hdr, msg);
700700
}
701701

702-
/* Retrieve the supported WM Protocols
703-
We don't forward the info to dom0 as we only need specific client protocols
704-
*/
702+
/*
703+
* Retrieve the supported WM Protocols
704+
*
705+
* We don't forward the info to dom0 as we only need specific client protocols.
706+
*/
705707
void retrieve_wmprotocols(Ghandles * g, XID window, int ignore_fail)
706708
{
707709
int nitems;
@@ -739,9 +741,12 @@ void retrieve_wmprotocols(Ghandles * g, XID window, int ignore_fail)
739741
}
740742

741743

742-
/* Retrieve the 'real' WMHints.
743-
We don't forward the info to dom0 as we only need InputHint and dom0 doesn't care about it
744-
*/
744+
/*
745+
* Retrieve the 'real' WMHints
746+
*
747+
* We don't forward the info to dom0 as we only need InputHint and dom0 doesn't
748+
* care about it.
749+
*/
745750
void retrieve_wmhints(Ghandles * g, XID window, int ignore_fail)
746751
{
747752
XWMHints *wm_hints;

0 commit comments

Comments
 (0)