diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-09-04 06:21:22 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-09-04 06:27:10 +0200 |
| commit | 556eb7b7fb20b3b0db03b6d92259ad3bb16dccde (patch) | |
| tree | e1d67b73f558a23a925ef90abb7575013d5cd89e /openbox/moveresize.c | |
| parent | 9b803f4755b73d1e3d28943c4c141493ad36317c (diff) | |
ANSI function declarations, ie () -> (void)
Diffstat (limited to 'openbox/moveresize.c')
| -rw-r--r-- | openbox/moveresize.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/moveresize.c b/openbox/moveresize.c index b5a31893..bb17d4a0 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -299,7 +299,7 @@ static void do_move(gboolean keyboard, gint keydist) } -static void do_resize() +static void do_resize(void) { gint x, y, w, h, lw, lh; @@ -538,7 +538,7 @@ static void do_edge_warp(gint x, gint y) } } -static void cancel_edge_warp() +static void cancel_edge_warp(void) { ob_main_loop_timeout_remove(ob_main_loop, edge_warp_delay_func); } |
