#2127 HIGH First D: resized xv imagesink windows sometimes don't scale the video inside of them

Zarro Boogs per Child bugtracker at laptop.org
Mon Sep 24 18:38:41 EDT 2007


#2127: resized xv imagesink windows sometimes don't scale the video inside of them
------------------------------+---------------------------------------------
  Reporter:  erikb            |       Owner:  JordanCrouse          
      Type:  defect           |      Status:  new                   
  Priority:  high             |   Milestone:  First Deployment, V1.0
 Component:  x window system  |     Version:                        
Resolution:                   |    Keywords:                        
  Verified:  0                |  
------------------------------+---------------------------------------------

Comment(by erikb):

 Updated xvtest-resize code.

 Added fprintf check to ensure that ConfigureNotify is called after resize
 events (it is).

 Also, clicking different #s will give you different ways to resize:

 {{{
                         if (resizer == 0)
                         {
                                 XResizeWindow( dpy, win, 160, 120 );
                         }
                         if (resizer == 1)
                         {
                                 XMoveWindow( dpy, win, 100, 100 );
                                 XResizeWindow( dpy, win, 160, 120 );
                         }
                         if (resizer == 2)
                         {
                                 XResizeWindow( dpy, win, 160, 120 );
                                 XMoveWindow( dpy, win, 100, 100 );
                         }
                         if (resizer == 3)
                         {
                                 XMoveResizeWindow( dpy, win, 100, 100,
 160, 120 );
                         }
 }}}

 In this code attachment, resizes never take effect.

-- 
Ticket URL: <https://dev.laptop.org/ticket/2127#comment:9>
One Laptop Per Child <https://dev.laptop.org>
OLPC bug tracking system



More information about the Bugs mailing list