diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-06 21:35:55 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-07 02:14:43 -0500 |
| commit | a01ece1353465ef471becdad3e448c32a4516f43 (patch) | |
| tree | 535db6c286ebcb4962ac017cfb38a97f1451c246 /Makefile.am | |
| parent | a0a9b0334b32e205da994b0395af1b544888a5dd (diff) | |
you can create dialog windows called "prompts" which have a message and some buttons! they don't do anything interesting yet.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7eaa1942..fc873bb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -256,6 +256,8 @@ openbox_openbox_SOURCES = \ openbox/ping.h \ openbox/place.c \ openbox/place.h \ + openbox/prompt.c \ + openbox/prompt.h \ openbox/popup.c \ openbox/popup.h \ openbox/resist.c \ |
