summaryrefslogtreecommitdiff
path: root/driver/xf86-video-radeonhd/src/rhd_crtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/xf86-video-radeonhd/src/rhd_crtc.h')
-rw-r--r--driver/xf86-video-radeonhd/src/rhd_crtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/xf86-video-radeonhd/src/rhd_crtc.h b/driver/xf86-video-radeonhd/src/rhd_crtc.h
index 8f58c13a8..af3916af0 100644
--- a/driver/xf86-video-radeonhd/src/rhd_crtc.h
+++ b/driver/xf86-video-radeonhd/src/rhd_crtc.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2004-2008 Luc Verhaegen <lverhaegen@novell.com>
+ * Copyright 2004-2008 Luc Verhaegen <libv@exsuse.de>
* Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
* Copyright 2007, 2008 Egbert Eich <eich@novell.com>
*
@@ -108,7 +108,7 @@ struct rhdCrtc {
void (*LUTRestore) (struct rhdCrtc *Crtc);
void (*LUTDestroy) (struct rhdCrtc *Crtc);
- void (*Power) (struct rhdCrtc *Crtc, int Power);
+ Bool (*Power) (struct rhdCrtc *Crtc, int Power);
void (*Blank) (struct rhdCrtc *Crtc, Bool Blank);
};