diff options
Diffstat (limited to 'src/rmd_wm_is_compositing.h')
-rw-r--r-- | src/rmd_wm_is_compositing.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rmd_wm_is_compositing.h b/src/rmd_wm_is_compositing.h index 7f152ac..421d46b 100644 --- a/src/rmd_wm_is_compositing.h +++ b/src/rmd_wm_is_compositing.h @@ -37,12 +37,12 @@ * * \param screen screen number/id that the window manager runs on * -* \returns TRUE if compositing, false otherwise or when +* \returns TRUE if compositing, false otherwise or when * the window manager doesn't support the required -* freedesktop.org hints for the test to be done +* freedesktop.org hints for the test to be done * succesfully. */ -boolean rmdWMIsCompositing( Display *dpy, int screen) ; +boolean rmdWMIsCompositing( Display *dpy, int screen); #endif |