diff options
author | sabetts <sabetts> | 2004-11-19 20:11:43 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-11-19 20:11:43 +0000 |
commit | 968499469167c972d607f64373352dad7a9d5894 (patch) | |
tree | 9fefea6e6193f5b4a4efab6638331df1c8d61e4a /ChangeLog | |
parent | 3e3d939ff5ddbbabe2a6a299519ba430ebc2cde5 (diff) | |
download | ratpoison-968499469167c972d607f64373352dad7a9d5894.zip |
(init_frame): new static function
(frame_new): call init_frame
(frame_read): likewise
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ * src/frame.c (frame_dump): dump the frame as an sexpr instead of a list of numbers. (frame_read): read the new frame dump format + (init_frame): new static function + (frame_new): call init_frame + (frame_read): likewise * src/actions.c (cmd_describekey): fix error messages. |