Gtk and SDL

2014-10-30 Thread Ian Chapman
Is it simple to put a dynamic SDL generated image into a Gtk 3 container or is it best to keep them as separate as possible? Ian. ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

GTK and SDL

2001-07-21 Thread Mario Motta
Hi, i'm trying to use gtk+ and SDL togheter. Actually i'using a gtk_drawing_area as a surface for SDL. I succeeded to hack SDL_WINDOWID into widget gdk_window after some dirty tricks on waiting and discover when widget is really realized anf have a valid Xwindow id assigned. Now the main problem