]> Dogcows Code - chaz/openbox/blob - plugins/placement/history.h
add the left/right/top/bottom direction arrows and use them for resizing those ways
[chaz/openbox] / plugins / placement / history.h
1 #ifndef __plugin_placement_history_h
2 #define __plugin_placement_history_h
3
4 #include "../../kernel/client.h"
5 #include <glib.h>
6
7 void history_startup();
8 void history_shutdown();
9
10 gboolean place_history(Client *c);
11
12 #endif
This page took 0.032244 seconds and 4 git commands to generate.