diff options
author | Sam Spilsbury <Sam@XPS-SUSE.site> | 2008-09-12 00:32:56 +0800 |
---|---|---|
committer | Sam Spilsbury <Sam@XPS-SUSE.site> | 2008-09-12 00:32:56 +0800 |
commit | 1c955384a79d10e554d1a8c3c53e0c5e435b96d9 (patch) | |
tree | 9f4118653820648a3dcac65646d4d6ef2ab9e0e4 | |
parent | 4d94db21f875eb5e1046348eccc8eae887e0ba2d (diff) | |
download | stars-1c955384a79d10e554d1a8c3c53e0c5e435b96d9.tar.gz stars-1c955384a79d10e554d1a8c3c53e0c5e435b96d9.tar.bz2 |
-rw-r--r-- | star.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |