General cleanup.

ok okan@.
This commit is contained in:
oga
2008-05-19 18:53:09 +00:00
parent 53116c4ec3
commit 3bb0b451f7
3 changed files with 19 additions and 19 deletions

View File

@ -46,9 +46,9 @@ kbfunc_client_raise(struct client_ctx *cc, void *arg)
void
kbfunc_moveresize(struct client_ctx *cc, void *arg)
{
struct screen_ctx *sc = screen_current();
int x,y,flags,amt;
u_int mx,my;
struct screen_ctx *sc = screen_current();
int x, y, flags, amt;
u_int mx, my;
mx = my = 0;
@ -57,7 +57,7 @@ kbfunc_moveresize(struct client_ctx *cc, void *arg)
if (flags & CWM_BIGMOVE) {
flags -= CWM_BIGMOVE;
amt = amt*10;
amt = amt * 10;
}
switch (flags & movemask) {
@ -115,9 +115,9 @@ kbfunc_moveresize(struct client_ctx *cc, void *arg)
void
kbfunc_client_search(struct client_ctx *scratch, void *arg)
{
struct menu_q menuq;
struct client_ctx *cc, *old_cc = client_current();
struct menu *mi;
struct menu_q menuq;
struct client_ctx *cc, *old_cc = client_current();
struct menu *mi;
TAILQ_INIT(&menuq);
@ -149,9 +149,9 @@ kbfunc_client_search(struct client_ctx *scratch, void *arg)
void
kbfunc_menu_search(struct client_ctx *scratch, void *arg)
{
struct menu_q menuq;
struct menu *mi;
struct cmd *cmd;
struct menu_q menuq;
struct menu *mi;
struct cmd *cmd;
TAILQ_INIT(&menuq);