From 734522aceeb5120de28a081d997ef705d9137d73 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Thu, 22 Apr 2010 21:21:24 +0100 Subject: xorg-vmwgfx: Add vmwctrl proto --- src/gallium/targets/xorg-vmwgfx/vmw_screen.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/targets/xorg-vmwgfx/vmw_screen.c') diff --git a/src/gallium/targets/xorg-vmwgfx/vmw_screen.c b/src/gallium/targets/xorg-vmwgfx/vmw_screen.c index f43f91e5c0..5e4ef41688 100644 --- a/src/gallium/targets/xorg-vmwgfx/vmw_screen.c +++ b/src/gallium/targets/xorg-vmwgfx/vmw_screen.c @@ -91,6 +91,8 @@ vmw_screen_init(CustomizerPtr cust, int fd) vmw->fd = fd; vmw_screen_cursor_init(vmw); + vmw_ctrl_ext_init(vmw); + /* if gallium is used then we don't need to do anything more. */ if (xorg_has_gallium(vmw->pScrn)) return TRUE; -- cgit v1.2.3