diff libvo/vo_3dfx.c @ 1137:4c7b219e126c

patch: some X11 compliance fixed: set ClassHint and better fullscreen mode
author arpi_esp
date Sun, 17 Jun 2001 01:22:09 +0000
parents f83ec60bce49
children d40f2b686846
line wrap: on
line diff
--- a/libvo/vo_3dfx.c	Sat Jun 16 18:10:32 2001 +0000
+++ b/libvo/vo_3dfx.c	Sun Jun 17 01:22:09 2001 +0000
@@ -188,6 +188,7 @@
 
 	mywindow = XCreateWindow(display, RootWindow(display,screen),
 				 hint.x, hint.y, hint.width, hint.height, 4, bpp,CopyFromParent,vinfo.visual,xswamask,&xswa);
+	vo_x11_classhint( display,mywindow,"3dfx" );
 
 	XSelectInput(display, mywindow, StructureNotifyMask);