comparison libvo/x11_common.c @ 13871:8298dc8ca78b

more fullscreen fixes and gl2 uses setGlWindow.
author reimar
date Thu, 04 Nov 2004 18:31:55 +0000
parents 3f28d2a56758
children 20d243a3c398
comparison
equal deleted inserted replaced
13870:5461a82bc8c6 13871:8298dc8ca78b
1143 vo_old_y = y; 1143 vo_old_y = y;
1144 vo_old_width = width; 1144 vo_old_width = width;
1145 vo_old_height = height; 1145 vo_old_height = height;
1146 } 1146 }
1147 else 1147 else
1148 {
1149 vo_dwidth = width;
1150 vo_dheight = height;
1148 XMoveResizeWindow(mDisplay, vo_window, x, y, width, height); 1151 XMoveResizeWindow(mDisplay, vo_window, x, y, width, height);
1152 }
1149 } 1153 }
1150 1154
1151 void vo_x11_sizehint(int x, int y, int width, int height, int max) 1155 void vo_x11_sizehint(int x, int y, int width, int height, int max)
1152 { 1156 {
1153 vo_hint.flags = PPosition | PSize | PWinGravity; 1157 vo_hint.flags = PPosition | PSize | PWinGravity;