This is very ugly, because he open a new display, but SDL has allready open a
display, but I can’t access to the current display of SDL, because it’s very good
hidden, and I wouldn’t change the library source code myself.– TrashMail.net
Free disposable email addresses.
This is very ugly, because he open a new display, but SDL has allready open a
display, but I can’t access to the current display of SDL, because it’s very good
hidden, and I wouldn’t change the library source code myself.
SDL_GetWMInfo(&info);
p->wm_w = DisplayWidth(info.info.x11.display, 0);
p->wm_h = DisplayHeight(info.info.x11.display, 0);
}On Mon, Dec 29, 2003 at 02:23:21PM -0800, Sam Lantinga wrote:
This is very ugly, because he open a new display, but SDL has allready open a
display, but I can’t access to the current display of SDL, because it’s very good
hidden, and I wouldn’t change the library source code myself.