summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-12-04 17:43:44 +0000
committersabetts <sabetts>2004-12-04 17:43:44 +0000
commit756c0c5c6fb8f17f080f7b126ec4f4e42da1e5f2 (patch)
treeebf6d76702f8fbf018256acc039b8d740f7d65cb /src/frame.c
parentefd915268006959e51e21585f73925a0a8cf8b7b (diff)
downloadratpoison-756c0c5c6fb8f17f080f7b126ec4f4e42da1e5f2.zip
use a hyphen instead of underscore for f->last_access.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 531258b..90b5990 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -171,7 +171,7 @@ frame_dump (rp_frame *frame)
win = find_window_number (frame->win_number);
s = sbuf_new (0);
- sbuf_printf (s, "(frame :number %d :x %d :y %d :width %d :height %d :window %ld :last_access %d :dedicated %d)",
+ sbuf_printf (s, "(frame :number %d :x %d :y %d :width %d :height %d :window %ld :last-access %d :dedicated %d)",
frame->number,
frame->x,
frame->y,