Mouse/Typo: Improve client tile move system (Remove break after swap).

This commit is contained in:
Martin Duquesnoy
2009-08-21 17:18:52 +02:00
parent c97cc8a7db
commit 8a3111fb75
6 changed files with 27 additions and 32 deletions

View File

@@ -141,7 +141,7 @@ struct Client
/* Client title */
char *title;
/* Tag num */
int tag;
uint tag;
/* Screen */
int screen;
/* Window attribute */