diff options
Diffstat (limited to 'src/display/grayscale.h')
| -rw-r--r-- | src/display/grayscale.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/display/grayscale.h b/src/display/grayscale.h index fe0d75cad..18162e1f3 100644 --- a/src/display/grayscale.h +++ b/src/display/grayscale.h @@ -1,9 +1,7 @@ #ifndef SEEN_DISPLAY_GRAYSCALE_H #define SEEN_DISPLAY_GRAYSCALE_H -/** \file - * Provide methods to calculate grayscale values (e.g. convert rgba value to grayscale rgba value) - * +/* * Author: * Johan Engelen <goejendaagh@zonnet.nl> * @@ -14,6 +12,9 @@ #include <gdk/gdk.h> +/** + * Provide methods to calculate grayscale values (e.g. convert rgba value to grayscale rgba value). + */ namespace Grayscale { guint32 process(guint32 rgba); guint32 process(guchar r, guchar g, guchar b, guchar a); @@ -22,7 +23,7 @@ namespace Grayscale { bool activeDesktopIsGrayscale(); }; -#endif /* !SEEN_DISPLAY_GRAYSCALE_H */ +#endif // !SEEN_DISPLAY_GRAYSCALE_H /* Local Variables: |
