aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-randr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamma-randr.h')
-rw-r--r--src/gamma-randr.h29
1 files changed, 1 insertions, 28 deletions
diff --git a/src/gamma-randr.h b/src/gamma-randr.h
index a44205d..0545d2f 100644
--- a/src/gamma-randr.h
+++ b/src/gamma-randr.h
@@ -14,41 +14,14 @@
You should have received a copy of the GNU General Public License
along with Redshift. If not, see <http://www.gnu.org/licenses/>.
- Copyright (c) 2010-2014 Jon Lund Steffensen <jonlst@gmail.com>
+ Copyright (c) 2010-2017 Jon Lund Steffensen <jonlst@gmail.com>
*/
#ifndef REDSHIFT_GAMMA_RANDR_H
#define REDSHIFT_GAMMA_RANDR_H
-#include <stdio.h>
-#include <stdint.h>
-
-#include <xcb/xcb.h>
-#include <xcb/randr.h>
-
#include "redshift.h"
-
-typedef struct {
- xcb_randr_crtc_t crtc;
- unsigned int ramp_size;
- uint16_t *saved_ramps;
-} randr_crtc_state_t;
-
-typedef struct {
- xcb_connection_t *conn;
- xcb_screen_t *screen;
- int preferred_screen;
- int preserve;
- int screen_num;
- int crtc_num_count;
- int* crtc_num;
- unsigned int crtc_count;
- randr_crtc_state_t *crtcs;
-} randr_state_t;
-
-
extern const gamma_method_t randr_gamma_method;
-
#endif /* ! REDSHIFT_GAMMA_RANDR_H */