use an int in screen_init and avoid needing to cast for screen number (which).

This commit is contained in:
okan
2013-04-29 00:56:47 +00:00
parent 006a29e617
commit 94e341725b
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
#include "calmwm.h"
void
screen_init(u_int which)
screen_init(int which)
{
struct screen_ctx *sc;
Window *wins, w0, w1;