[Xfce4-commits] [xfce/xfwm4] 01/01: compositor: Add missing prototype declaration
noreply at xfce.org
noreply at xfce.org
Tue May 21 22:06:08 CEST 2019
This is an automated email from the git hooks/post-receive script.
o l i v i e r p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfwm4.
commit 373efbc6eed30bd995021d0067a0b7ba5d528cfe
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Tue May 21 22:04:58 2019 +0200
compositor: Add missing prototype declaration
Bug: 15432
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
src/compositor.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/compositor.h b/src/compositor.h
index 533a359..77b680f 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -80,5 +80,8 @@ void compositorRebuildScreen (ScreenInfo *);
gboolean compositorTestServer (DisplayInfo *);
vblankMode compositorParseVblankMode (const gchar *);
+void compositorSetVblankMode (ScreenInfo *,
+ vblankMode);
+
#endif /* INC_COMPOSITOR_H */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list