Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Side by Side Diff: src/ply-gamma.h

Issue 6877024: Add gamma support to ply-image. (Closed) Base URL: ssh://gitrw.chromium.org:9222/ply-image.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /* ply-gamma.c - plymouth gamma setup via KMS
2 *
3 * Copyright (C) 2011, The Chromium OS Authors.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2, or (at your option)
8 * any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18 * 02111-1307, USA.
19 *
20 */
21
22 #ifndef PLY_GAMMA_H
23 #define PLY_GAMMA_H
24
25 #include <stdbool.h>
26 #include <stdint.h>
Daniel Erat 2011/04/19 16:46:02 nit: do you really need stdint.h here?
marcheu 2011/04/19 18:02:45 Moved it to .c file.
27
28 #include "ply-utils.h"
29
30 /* Set the gamma of the screen. */
31 bool ply_gamma_set();
32
33 #endif /* PLY_GAMMA_H */
OLDNEW
« no previous file with comments | « src/ply-frame-buffer.c ('k') | src/ply-gamma.c » ('j') | src/ply-gamma.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698