mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-01-26 09:31:06 +02:00
Added debug message which is displayed when surfaces are deleted from memory.
This commit is contained in:
parent
cca367745b
commit
cf8bd84362
@ -142,6 +142,8 @@ void SurfaceCollection::del(const string &path) {
|
|||||||
delete i->second;
|
delete i->second;
|
||||||
surfaces.erase(i);
|
surfaces.erase(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DEBUG("Unloading skin surface: '%s'\n", path.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
void SurfaceCollection::clear() {
|
void SurfaceCollection::clear() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user