]> Pileus Git - ~andy/gtk/blobdiff - gdk/x11/gdkdevice-core-x11.c
Change FSF Address
[~andy/gtk] / gdk / x11 / gdkdevice-core-x11.c
index 938aad77c0dd3c73ef78262b7c310a9909f2c5cd..fcb8d7d21aed6f9ccb83be3fd3f3532f71f6a093 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
@@ -196,7 +194,7 @@ gdk_x11_device_core_get_state (GdkDevice       *device,
 {
   gint x_int, y_int;
 
-  gdk_window_get_pointer (window, &x_int, &y_int, mask);
+  gdk_window_get_device_position (window, device, &x_int, &y_int, mask);
 
   if (axes)
     {