]> git.decadent.org.uk Git - videolink.git/blob - warp_pointer.hpp
Release versions 1.2.11 and 1.2.11-1
[videolink.git] / warp_pointer.hpp
1 // Copyright 2006 Ben Hutchings <ben@decadent.org.uk>.
2 // See the file "COPYING" for licence details.
3
4 #include <gdkmm/window.h>
5
6 // Move the pointer by (dx, dy) relative to its current position on
7 // the display which window appears on.  
8 // This is separated from videolink.cpp solely because it uses Xlib
9 // and Xlib.h defines many macros we don't want.
10 void warp_pointer(const Glib::RefPtr<Gdk::Window> & window, int dx, int dy);