When dealing with DD surfaces, I have always created a structure, or class that holds info like the file that a bitmap is loaded form, and stuff like that, but I was wondering if that same info could be put into the private data with SetPrivateData()?
This would save me the trouble of managing a list of surfaces cause dd already does this.
What do you think?