summaryrefslogtreecommitdiff
path: root/data.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-27 23:21:00 +0000
committersabetts <sabetts>2000-08-27 23:21:00 +0000
commit98a3dea008502975d0b4958a8dc2c4f37bfa6b80 (patch)
treeec6b94f9b93632859e314bb12f544ae01f413000 /data.h
parent2f020a0d37e9bfb0b8ebc40062622ae4f200e4a1 (diff)
downloadratpoison-98a3dea008502975d0b4958a8dc2c4f37bfa6b80.zip
integrated the number sources. windows now keep the number they're
given.
Diffstat (limited to 'data.h')
-rw-r--r--data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/data.h b/data.h
index af88705..98da37d 100644
--- a/data.h
+++ b/data.h
@@ -36,6 +36,7 @@ struct rp_window
{
screen_info *scr;
Window w;
+ int number;
char *name;
int state;
int last_access;