]> git.eshelyaron.com Git - emacs.git/commit
* frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position.
authorDmitry Antipov <dmantipov@yandex.ru>
Sun, 20 Jul 2014 16:14:58 +0000 (20:14 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Sun, 20 Jul 2014 16:14:58 +0000 (20:14 +0400)
commita1edea0c88ac69acc1b386a67859a674dd5af5aa
treed261496c28269a6d608fac39cf55af4a5f15bca4
parenta54493b02fc90ab163aa88dfe68c2b5e44a2536e
* frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position.
* xfns.c (x_window): Use it to allow xfree later.
(x_encode_text): Drop 3rd arg; unused.  Tweak comment and adjust users
where appropriate.  Use bool for booleans and remove redundant checks.
(Fx_backspace_delete_keys_p): Use XkbFreeKeyboard; explain why.
* xterm.c (x_free_frame_resources): Free shell_position.
src/ChangeLog
src/frame.h
src/xfns.c
src/xterm.c