~ubuntu-branches/ubuntu/natty/gnome-do/natty

« back to all changes in this revision

Viewing changes to Do.Interface.Linux/src/Do.Interface/Do.Interface.AnimationBase/BezelGlassResults.cs

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-03-22 22:44:39 UTC
  • mto: (1.1.7 upstream) (0.1.4 squeeze)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090322224439-ztmk4tbq19s3safs
ImportĀ upstreamĀ versionĀ 0.8.1.3+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
                                num_results = 8;
280
280
                                break;
281
281
                        }
282
 
//                      ItemRenderer = new BezelFullResultItemRenderer (this);
283
282
                        
284
283
                        surface_buffer = new Dictionary <Element,Surface> ();
285
284
                        secondary = new int[0];
434
433
                                
435
434
                                DrawSlideContexts (child_inout_surface, backbuffer, triplebuffer, old_x, new_x);
436
435
 
437
 
                                cr.SetSource (triplebuffer, X, -(height*(1-slide_offset)));
 
436
                                cr.SetSource (triplebuffer, X, - (height * (1 - slide_offset)));
438
437
                                cr.Operator = Operator.Source;
439
438
                                cr.Paint ();
440
439
                        }
441
440
                        
442
441
                        (cr as IDisposable).Dispose ();
443
 
//                      Console.WriteLine (DateTime.Now.Subtract (time).TotalMilliseconds);
444
442
                }
445
443
                
446
444
                /// <summary>