comparison libvo/vo_gl2.c @ 12895:3cd9add91f97

removed saver_on, saver_off calls, they are already in x11_common.c
author reimar
date Sun, 25 Jul 2004 12:49:01 +0000
parents 010a28a43c9f
children 02c0d4371573
comparison
equal deleted inserted replaced
12894:1591792d4054 12895:3cd9add91f97
1022 } 1022 }
1023 1023
1024 if (initGl(d_width, d_height) == -1) 1024 if (initGl(d_width, d_height) == -1)
1025 return -1; 1025 return -1;
1026 #ifndef GL_WIN32 1026 #ifndef GL_WIN32
1027 saver_off(mDisplay);
1028 if (vo_ontop) vo_x11_setlayer(mDisplay,vo_window, vo_ontop); 1027 if (vo_ontop) vo_x11_setlayer(mDisplay,vo_window, vo_ontop);
1029 #endif 1028 #endif
1030 1029
1031 return 0; 1030 return 0;
1032 } 1031 }