summaryrefslogtreecommitdiff
path: root/src/radeon_kms.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-06-01 12:21:34 +0100
committerDave Airlie <airlied@redhat.com>2012-06-01 12:25:31 +0100
commit68c51d148b22ee8cbe98b5d5441e3494804ee808 (patch)
treef3b564910374e35d0644bf5ccaa7f45a1132dc40 /src/radeon_kms.c
parentb1e9c3081d2b975682a62389aa29063b79f9655c (diff)
drmmode: drop flags arg to adjust frame.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_kms.c')
-rw-r--r--src/radeon_kms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_kms.c b/src/radeon_kms.c
index 1ef811f5..9e086271 100644
--- a/src/radeon_kms.c
+++ b/src/radeon_kms.c
@@ -1212,7 +1212,7 @@ void RADEONAdjustFrame_KMS(SCRN_ARG_TYPE arg, int x, int y, int flags)
{
SCRN_INFO_PTR(arg);
RADEONInfoPtr info = RADEONPTR(pScrn);
- drmmode_adjust_frame(pScrn, &info->drmmode, x, y, flags);
+ drmmode_adjust_frame(pScrn, &info->drmmode, x, y);
return;
}