diff options
author | Alex Deucher <alex@botch2.com> | 2007-08-21 00:37:33 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-08-21 00:37:33 -0400 |
commit | 1f6ddae003ec65d6bc567831bf32bf75dfefdd6c (patch) | |
tree | e5fd2bd82e61e978e366dceba48558d6905159e9 /hw | |
parent | c839859d1bc35451923a2cbd5dfac4f3ca5eb3f9 (diff) |
add xf86_crtc_clip_video_helper to xf86sym.c
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/loader/xf86sym.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c index 8a2768d80..185eb800b 100644 --- a/hw/xfree86/loader/xf86sym.c +++ b/hw/xfree86/loader/xf86sym.c @@ -1203,6 +1203,7 @@ _X_HIDDEN void *xfree86LookupTab[] = { SYMFUNC(xf86_show_cursors) SYMFUNC(xf86_hide_cursors) SYMFUNC(xf86_cursors_fini) + SYMFUNC(xf86_crtc_clip_video_helper) SYMFUNC(xf86DoEDID_DDC1) SYMFUNC(xf86DoEDID_DDC2) |