Re: GTK / SDL bis



raphi2 raph wrote:

sprintf(SDL_windowhack,"SDL_WINDOWID=-543170384",
	 GDK_WINDOW_XWINDOW(drawing_area->window));

??????

How about:

sprintf(SDL_windowhack,"SDL_WINDOWID=%d",
	 GDK_WINDOW_XWINDOW(drawing_area->window));


Regards,

Ronald





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]