diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-18 00:06:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-18 00:06:55 +0200 |
commit | 2b07fe85ff8b5c3e84ffdc8c8a14a316ef4f470e (patch) | |
tree | 68aa07370d093adf8d57dffdb9d526843b501618 /src/lib/libgamma-method.h | |
parent | change gpp symbols to ascii (diff) | |
download | libgamma-2b07fe85ff8b5c3e84ffdc8c8a14a316ef4f470e.tar.gz libgamma-2b07fe85ff8b5c3e84ffdc8c8a14a316ef4f470e.tar.bz2 libgamma-2b07fe85ff8b5c3e84ffdc8c8a14a316ef4f470e.tar.xz |
use less unicode
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/lib/libgamma-method.h')
-rw-r--r-- | src/lib/libgamma-method.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libgamma-method.h b/src/lib/libgamma-method.h index d57d3cb..43dee35 100644 --- a/src/lib/libgamma-method.h +++ b/src/lib/libgamma-method.h @@ -1,6 +1,6 @@ /** - * libgamma — Display server abstraction layer for gamma ramp adjustments - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * libgamma -- Display server abstraction layer for gamma ramp adjustments + * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org) * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -759,7 +759,7 @@ typedef struct libgamma_crtc_information /** * The layout of the subpixels. - * You cannot count on this value — especially for CRT:s — + * You cannot count on this value -- especially for CRT:s -- * but it is provided anyway as a means of distinguishing monitors. */ libgamma_subpixel_order_t subpixel_order; |