diff options
author | sabetts <sabetts> | 2000-08-27 23:21:00 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-08-27 23:21:00 +0000 |
commit | 98a3dea008502975d0b4958a8dc2c4f37bfa6b80 (patch) | |
tree | ec6b94f9b93632859e314bb12f544ae01f413000 /ratpoison.h | |
parent | 2f020a0d37e9bfb0b8ebc40062622ae4f200e4a1 (diff) | |
download | ratpoison-98a3dea008502975d0b4958a8dc2c4f37bfa6b80.zip |
integrated the number sources. windows now keep the number they're
given.
Diffstat (limited to 'ratpoison.h')
-rw-r--r-- | ratpoison.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ratpoison.h b/ratpoison.h index 02dab67..b683196 100644 --- a/ratpoison.h +++ b/ratpoison.h @@ -1,4 +1,4 @@ -/* Some standard datatypes for ratpoison +/* Standard header for ratpoison. * * Copyright (C) 2000 Shawn Betts * @@ -27,6 +27,7 @@ #include "list.h" #include "bar.h" #include "events.h" +#include "number.h" void clean_up (); screen_info *find_screen (Window w); |