comparison src/gui-x.c @ 179:9ad43877534d r20-3b16

Import from CVS: tag r20-3b16
author cvs
date Mon, 13 Aug 2007 09:52:19 +0200
parents 6075d714658b
children 3d6bfa290dbd
comparison
equal deleted inserted replaced
178:e703507b8a00 179:9ad43877534d
291 } 291 }
292 292
293 /* This is the timestamp used for asserting focus so we need to get an 293 /* This is the timestamp used for asserting focus so we need to get an
294 up-to-date value event if no events has been dispatched to emacs 294 up-to-date value event if no events has been dispatched to emacs
295 */ 295 */
296 #if defined(HAVE_MENUBAR) 296 #if defined(HAVE_MENUBARS)
297 DEVICE_X_MOUSE_TIMESTAMP (d) = x_focus_timestamp_really_sucks_fix_me_better; 297 DEVICE_X_MOUSE_TIMESTAMP (d) = x_focus_timestamp_really_sucks_fix_me_better;
298 #else 298 #else
299 DEVICE_X_MOUSE_TIMESTAMP (d) = DEVICE_X_GLOBAL_MOUSE_TIMESTAMP (d); 299 DEVICE_X_MOUSE_TIMESTAMP (d) = DEVICE_X_GLOBAL_MOUSE_TIMESTAMP (d);
300 #endif 300 #endif
301 signal_special_Xt_user_event (frame, fn, arg); 301 signal_special_Xt_user_event (frame, fn, arg);