comparison src/frame.c @ 12006:3e9db7cb1d05

(Fmouse_position): Use NULL, not 0, as arg of pixel_to_glyph_coords.
author Karl Heuer <kwzh@gnu.org>
date Mon, 29 May 1995 21:03:47 +0000
parents 4a722a97c8d3
children 57eb365d32f0
comparison
equal deleted inserted replaced
12005:4a722a97c8d3 12006:3e9db7cb1d05
1094 &long_dummy); 1094 &long_dummy);
1095 if (! NILP (x)) 1095 if (! NILP (x))
1096 { 1096 {
1097 col = XINT (x); 1097 col = XINT (x);
1098 row = XINT (y); 1098 row = XINT (y);
1099 pixel_to_glyph_coords (f, col, row, &col, &row, 0, 1); 1099 pixel_to_glyph_coords (f, col, row, &col, &row, NULL, 1);
1100 XSETINT (x, col); 1100 XSETINT (x, col);
1101 XSETINT (y, row); 1101 XSETINT (y, row);
1102 } 1102 }
1103 #endif 1103 #endif
1104 XSETFRAME (lispy_dummy, f); 1104 XSETFRAME (lispy_dummy, f);