openbox/plugins/placement/history.h

13 lines
216 B
C
Raw Normal View History

2003-03-21 07:54:48 +00:00
#ifndef __plugin_placement_history_h
#define __plugin_placement_history_h
2003-05-24 15:35:26 +00:00
#include "kernel/client.h"
2003-03-21 07:54:48 +00:00
#include <glib.h>
void history_startup();
void history_shutdown();
2003-07-10 06:38:42 +00:00
gboolean place_history(ObClient *c);
2003-03-21 07:54:48 +00:00
#endif