From 1c955384a79d10e554d1a8c3c53e0c5e435b96d9 Mon Sep 17 00:00:00 2001 From: Sam Spilsbury Date: Fri, 12 Sep 2008 00:32:56 +0800 Subject: * ABI Updates --- star.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/star.c b/star.c index 544b203..c196a0c 100644 --- a/star.c +++ b/star.c @@ -509,11 +509,11 @@ updateSnowTextures (CompScreen *s) &ss->snowTex[count].height); if (!ss->snowTex[count].loaded) { - compLogMessage (s->display, "snow", CompLogLevelWarn, + compLogMessage ("snow", CompLogLevelWarn, "Texture not found : %s", sd->snowTexFiles[i].s); continue; } - compLogMessage (s->display, "snow", CompLogLevelInfo, + compLogMessage ("snow", CompLogLevelInfo, "Loaded Texture %s", sd->snowTexFiles[i].s); mat = &ss->snowTex[count].tex.matrix; -- cgit v1.1