View Single Post
Old 12-22-2010, 06:11 PM   #3
dima_tr
Groupie
dima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-books
 
Posts: 175
Karma: 863
Join Date: Oct 2009
Location: Germany, Karlsruhe
Device: Iliad v2, DR800S (inlove)
Hm, has just found one thing that may serve as a substitute for
..............const int xid = GDK_WINDOW_XID(window->window);

Guys, can you please check if this helps rxvt to have a tab?
Code:
	Window focusWindow;
	Display *focusDisplay = XOpenDisplay(NULL);
	int param = 0;
	int xid = XGetInputFocus(focusDisplay,&focusWindow,&param);
dima_tr is offline   Reply With Quote