* Branch for the 0.3.14 release.
[reactos.git] / dll / directx / ddraw / Clipper / clipper_stubs.c
1 /* $Id: clipper.c 24690 2006-11-05 21:19:53Z greatlrd $
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS DirectX
5 * FILE: ddraw/clipper/clipper_stubs.c
6 * PURPOSE: IDirectDrawClipper Implementation
7 * PROGRAMMER: Maarten Bosma
8 *
9 */
10
11 #include "rosdraw.h"
12
13 HRESULT WINAPI
14 DirectDrawClipper_GetClipList( LPDIRECTDRAWCLIPPER iface,
15 LPRECT lpRect,
16 LPRGNDATA lpClipList,
17 LPDWORD lpdwSize)
18 {
19 DX_WINDBG_trace();
20 DX_STUB;
21 }
22
23 HRESULT WINAPI
24 DirectDrawClipper_SetClipList( LPDIRECTDRAWCLIPPER iface,
25 LPRGNDATA lprgn,
26 DWORD dwFlag)
27 {
28 DX_WINDBG_trace();
29 DX_STUB;
30 }
31
32 HRESULT WINAPI
33 DirectDrawClipper_IsClipListChanged( LPDIRECTDRAWCLIPPER iface,
34 BOOL* lpbChanged)
35 {
36 DX_WINDBG_trace();
37 DX_STUB;
38 }