summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-05-24 08:17:11 +0100
committerDave Airlie <airlied@redhat.com>2012-05-24 08:17:11 +0100
commit5ed959585f35a4eff2cd803ae222b46d164f210d (patch)
tree61739fa5034aa483782eb35db0ddc1dbdf0e2a2f /src/radeon.h
parent2de17efdcb502f91fb145130c12be3cb164f03c5 (diff)
radeon: update compat-api.h for block handler + enable/disable fb.
This updates the compat stuff for the latest block handler code, and the enable/disable interface. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h
index c7c7252b..151ef43b 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -867,7 +867,7 @@ typedef struct {
RADEONSavePtr ModeReg; /* Current mode */
Bool (*CloseScreen)(CLOSE_SCREEN_ARGS_DECL);
- void (*BlockHandler)(SCREEN_ARG_TYPE, pointer, pointer, pointer);
+ void (*BlockHandler)(BLOCKHANDLER_ARGS_DECL);
Bool PaletteSavedOnVT; /* Palette saved on last VT switch */