textures in display lists?

hi, I was just wondering how one could define textures by compiling them in display lists?
some sample code would really help me out here. thanks.
my1075@aol.com

Well, I am not sure I understood your question but if you use glBindTexture while creating a display list (between glNewList and glEndList), your texture is part of the display list…

Eric