diff options
author | rhp <rhp> | 2001-07-12 05:53:56 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-07-12 05:53:56 +0000 |
commit | 93b7bd2c8157fe727eff70d642a5c9623cf28015 (patch) | |
tree | 1112ee11037a7a69bae4b7a0b7cf60a09097d667 /src/place.h | |
parent | 71d3333d4de1b02dbfd415edd6051ce14510f15e (diff) | |
download | metacity-93b7bd2c8157fe727eff70d642a5c9623cf28015.tar.gz |
...
Diffstat (limited to 'src/place.h')
-rw-r--r-- | src/place.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/place.h b/src/place.h index 6b79ecdc..1d3274ba 100644 --- a/src/place.h +++ b/src/place.h @@ -32,6 +32,11 @@ void meta_window_place (MetaWindow *window, int *new_x, int *new_y); +int meta_window_find_next_vertical_edge (MetaWindow *window, + gboolean right); +int meta_window_find_next_horizontal_edge (MetaWindow *window, + gboolean down); + #endif |