comparison gtk/dw.c @ 1123:38856b5bb72e

Removing an accidentally left debug message.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 26 Aug 2011 19:16:30 +0000
parents e52c710e6d08
children e24e5a13ff2c
comparison
equal deleted inserted replaced
1122:e52c710e6d08 1123:38856b5bb72e
3891 gdk_window_get_pointer (GDK_ROOT_PARENT(), &gx, &gy, &state); 3891 gdk_window_get_pointer (GDK_ROOT_PARENT(), &gx, &gy, &state);
3892 if(x) 3892 if(x)
3893 *x = gx; 3893 *x = gx;
3894 if(y) 3894 if(y)
3895 *y = gy; 3895 *y = gy;
3896 printf("x %d y %d\n", gx, gy);
3897 DW_MUTEX_UNLOCK; 3896 DW_MUTEX_UNLOCK;
3898 } 3897 }
3899 3898
3900 /* 3899 /*
3901 * Sets the X and Y coordinates of the mouse pointer. 3900 * Sets the X and Y coordinates of the mouse pointer.