Add infobar.*

This commit is contained in:
Martin Duquesnoy 2011-08-10 17:27:29 +02:00
parent ddc7c581fe
commit 8d3f4beb55
2 changed files with 20 additions and 0 deletions

7
wmfs2/src/infobar.c Executable file
View File

@ -0,0 +1,7 @@
/*
* wmfs2 by Martin Duquesnoy <xorg62@gmail.com> { for(i = 2011; i < 2111; ++i) ©(i); }
* For license, see COPYING.
*/
#include "wmfs.h"

13
wmfs2/src/infobar.h Executable file
View File

@ -0,0 +1,13 @@
/*
* wmfs2 by Martin Duquesnoy <xorg62@gmail.com> { for(i = 2011; i < 2111; ++i) ©(i); }
* For license, see COPYING.
*/
#ifndef INFOBAR_H
#define INFOBAR_H
#include "wmfs.h"
#endif /* INFOBAR_H */