]> git.eshelyaron.com Git - emacs.git/commit
(x_detect_focus_change): Handle embed client message.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 7 Feb 2008 14:07:35 +0000 (14:07 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 7 Feb 2008 14:07:35 +0000 (14:07 +0000)
commit81c02ebe5cd0dc322e25b482930e49b6510e8570
tree6d124051cea56502a13747ac01dd097154d34595
parent350c1745732e4b3ab88c69eafd48e1baeb173a08
(x_detect_focus_change): Handle embed client message.
(handle_one_xevent): Ditto.
(handle_one_xevent): If embedded and we get a button press/release,
request focus.
(xembed_set_info, xembed_send_message): New functions.
(x_make_frame_visible): Call xembed_set_info if embedded.
(x_make_frame_invisible): Call xembed_set_info if embedded.
(x_term_init): Initialize Xatom_XEMBED.
(x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
(x_iconify_frame): Ditto.
src/xterm.c