Re: Difference between GdkPixbuf and GdkPixmap

2007-08-23 Thread Gianni Moschini
2007/8/24, Mike Melanson <[EMAIL PROTECTED]>: > What is this program intended to do? Something that has to update the > frame often, like a video player? Or an image viewing app where things > don't change often. > It's a card game. It's not always refreshing, but if the three computer handled pla

Re: Difference between GdkPixbuf and GdkPixmap

2007-08-23 Thread Mike Melanson
Gianni Moschini wrote: > Basicly I'm developing a GtkDrawingArea based application. As far as I > understand, a GdkPixbuf is stored on the client, and a Pixmap on the > server. > > Of course there are many more differences, but technically that's all > I need to know. What is this program intende

Difference between GdkPixbuf and GdkPixmap

2007-08-23 Thread Gianni Moschini
Basicly I'm developing a GtkDrawingArea based application. As far as I understand, a GdkPixbuf is stored on the client, and a Pixmap on the server. Of course there are many more differences, but technically that's all I need to know. What I did first in this application was to load pictures onto