comparison src/xselect.c @ 96270:43fea43f47a2

* xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix. <scroll-conservatively>: Fix typo in docstring. * xselect.c (Fx_send_client_event): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 25 Jun 2008 11:51:46 +0000
parents 4390d64d3328
children c6085f866ccd
comparison
equal deleted inserted replaced
96269:603f00a9cc21 96270:43fea43f47a2
2824 be used to send to the root window of the DISPLAY. 2824 be used to send to the root window of the DISPLAY.
2825 If DEST is a cons, it is converted to a 32 bit number 2825 If DEST is a cons, it is converted to a 32 bit number
2826 with the high 16 bits from the car and the lower 16 bit from the cdr. That 2826 with the high 16 bits from the car and the lower 16 bit from the cdr. That
2827 number is then used as a window id. 2827 number is then used as a window id.
2828 If DEST is a frame the event is sent to the outer window of that frame. 2828 If DEST is a frame the event is sent to the outer window of that frame.
2829 Nil means the currently selected frame. 2829 A value of nil means the currently selected frame.
2830 If DEST is the string "PointerWindow" the event is sent to the window that 2830 If DEST is the string "PointerWindow" the event is sent to the window that
2831 contains the pointer. If DEST is the string "InputFocus" the event is 2831 contains the pointer. If DEST is the string "InputFocus" the event is
2832 sent to the window that has the input focus. 2832 sent to the window that has the input focus.
2833 FROM is the frame sending the event. Use nil for currently selected frame. 2833 FROM is the frame sending the event. Use nil for currently selected frame.
2834 MESSAGE-TYPE is the name of an Atom as a string. 2834 MESSAGE-TYPE is the name of an Atom as a string.