Mercurial > hg > xemacs-beta
comparison src/gui-x.c @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 57709be46d1b |
children | 9ea74add5d37 |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
257 { | 257 { |
258 fn = Qrun_hooks; | 258 fn = Qrun_hooks; |
259 arg = Qmenu_no_selection_hook; | 259 arg = Qmenu_no_selection_hook; |
260 } | 260 } |
261 else | 261 else |
262 get_callback (data, &fn, &arg); | 262 get_gui_callback (data, &fn, &arg); |
263 | 263 |
264 /* This is the timestamp used for asserting focus so we need to get an | 264 /* This is the timestamp used for asserting focus so we need to get an |
265 up-to-date value event if no events has been dispatched to emacs | 265 up-to-date value event if no events has been dispatched to emacs |
266 */ | 266 */ |
267 #if defined(HAVE_MENUBARS) | 267 #if defined(HAVE_MENUBARS) |