diff options
| author | moetunes <moetunes111@gmail.com> | 2011-11-28 07:31:55 +1000 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-11-28 00:11:35 +0200 |
| commit | d093ce2a0f4ea0dd3470eaf16e5df2d2ec49923b (patch) | |
| tree | 4d634db92b9c284d798971d069b8019d4c90222f /dminiwm.c | |
| parent | 2017c3c3506a749e8cd61c8457a7330f9ee87f8f (diff) | |
Code tidying
Diffstat (limited to 'dminiwm.c')
| -rw-r--r-- | dminiwm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -128,7 +128,7 @@ static void spawn(const Arg arg); static void start(); static void swap_master(); static void tile(); -static void toggle_desktop(); +static void last_desktop(); static void switch_fullscreen(); static void switch_grid(); static void switch_horizontal(); @@ -379,7 +379,7 @@ void change_desktop(const Arg arg) { update_current(); } -void toggle_desktop() { +void last_desktop() { Arg a = {.i = previous_desktop}; change_desktop(a); } |
