diff options
| author | Dave Airlie <airlied@redhat.com> | 2011-10-10 13:36:06 +0100 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2011-10-10 13:36:06 +0100 |
| commit | 15d5d6f3543aa9d02835ec0306d0e6af262a5901 (patch) | |
| tree | 5392b3174a91f6091d9deb641f136256608c4e55 /src/driver.h | |
| parent | d019ff571fa4ae27ac523dd44fce169cde696401 (diff) | |
add blockhandler for drv port
Diffstat (limited to 'src/driver.h')
| -rw-r--r-- | src/driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/driver.h b/src/driver.h index 4a91409..4424932 100644 --- a/src/driver.h +++ b/src/driver.h @@ -70,6 +70,8 @@ typedef struct _modesettingRec CreateScreenResourcesProcPtr createScreenResources; ScreenBlockHandlerProcPtr BlockHandler; + + DrvScreenBlockHandlerProcPtr DrvBlockHandler; void *driver; drmmode_rec drmmode; |
