1 $NetBSD: patch-ba,v 1.3 2011/07/05 03:27:22 dholland Exp $
3 Deal with mouse headers.
7 --- remote.c.orig 2001-02-12 21:05:08.000000000 +0000
11 /* ******************** Include Files ************** */
13 +#include "netbsdconf.h"
20 # include <machine/mouse.h>
22 +#elif defined(__DragonFly__)
23 +# include <sys/mouse.h>
26 # include <machine/mouse.h>
29 #include <X11/Intrinsic.h>
33 #include "haup_remote.h"
34 #include "pixelview_remote.h"
38 /* ******************** Local defines ************** */
40 /* FIXME: Remove this old code someday */
43 # define OLD_DEV_SYSMOUSE_STUFF
46 @@ -847,3 +855,18 @@ void TVREMOTEFlush( void )
47 case REMOTE_TYPE_PIXELVIEW : TVPIXELVIEWREMOTEFlush(); break;
51 +#else /* HAVE_MOUSE_H */
53 +TVREMOTEOpen( XtAppContext app_ctx,
55 + TVREMOTE_CB_FUNCT *cb )
60 +TVREMOTEFlush( void )
64 +#endif /* HAVE_MOUSE_H */