diff options
Diffstat (limited to 'composite/compext.c')
-rw-r--r-- | composite/compext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composite/compext.c b/composite/compext.c index fcfc3496a..f1a825573 100644 --- a/composite/compext.c +++ b/composite/compext.c @@ -299,7 +299,7 @@ ProcCompositeGetOverlayWindow(ClientPtr client) VERIFY_WINDOW(pWin, stuff->window, client, DixGetAttrAccess); pScreen = pWin->drawable.pScreen; - /* + /* * Create an OverlayClient structure to mark this client's * interest in the overlay window */ @@ -351,7 +351,7 @@ ProcCompositeReleaseOverlayWindow(ClientPtr client) REQUEST_SIZE_MATCH(xCompositeReleaseOverlayWindowReq); VERIFY_WINDOW(pWin, stuff->window, client, DixGetAttrAccess); - /* + /* * Has client queried a reference to the overlay window * on this screen? If not, generate an error. */ |