Mercurial > hg > xemacs-beta
comparison src/gui-x.c @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 2d532a89d707 |
children | 9ad43877534d |
comparison
equal
deleted
inserted
replaced
176:6866abce6aaf | 177:6075d714658b |
---|---|
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 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 | |
299 DEVICE_X_MOUSE_TIMESTAMP (d) = DEVICE_X_GLOBAL_MOUSE_TIMESTAMP (d); | |
300 #endif | |
297 signal_special_Xt_user_event (frame, fn, arg); | 301 signal_special_Xt_user_event (frame, fn, arg); |
298 } | 302 } |
299 | 303 |
300 #if 1 | 304 #if 1 |
301 /* Eval the activep slot of the menu item */ | 305 /* Eval the activep slot of the menu item */ |