diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-07 19:02:35 +0200 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-07 19:02:35 +0200 |
commit | 99b3df154317f0209618e532282a3e7ad091c00f (patch) | |
tree | 32ff0ef780bdd0fd96efa8700451f83fb8b6deaf /src/radeon.h | |
parent | 2a1cd107a593630001799d6cd9e72c64222553b2 (diff) |
RADEON - update randr cursor handling, LVDS setup fix
- quick fix for the cursor handling to update to the latest
server bits
- make sure connector type is CONNECTOR_PROPRIETARY for LVDS.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 383a1c7a..0eb61693 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -889,6 +889,19 @@ extern Bool RADEONInit2(ScrnInfoPtr pScrn, DisplayModePtr crtc1, DisplayModePtr crtc2, int crtc_mask, RADEONSavePtr save, RADEONMonitorType montype); +void +radeon_crtc_set_cursor_position (xf86CrtcPtr crtc, int x, int y); +void +radeon_crtc_show_cursor (xf86CrtcPtr crtc); +void +radeon_crtc_hide_cursor (xf86CrtcPtr crtc); +void +radeon_crtc_set_cursor_position (xf86CrtcPtr crtc, int x, int y); +void +radeon_crtc_set_cursor_colors (xf86CrtcPtr crtc, int bg, int fg); +void +radeon_crtc_load_cursor_argb (xf86CrtcPtr crtc, CARD32 *image); + #ifdef XF86DRI #ifdef USE_XAA extern void RADEONAccelInitCP(ScreenPtr pScreen, XAAInfoRecPtr a); |