~dylanmccall/unity/full-width-dash

« back to all changes in this revision

Viewing changes to src/PlacesView.cpp

  • Committer: Jay Taoko
  • Date: 2011-03-31 20:38:49 UTC
  • mfrom: (1037.2.9 fixes-2011-03-28)
  • Revision ID: jay.taoko@canonical.com-20110331203849-xrni7w59w6b4mw55
On behalf of Neil Patel

bug fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
  return ret;
180
180
}
181
181
 
 
182
static gboolean
 
183
OnQueueDrawDrawDraw (PlacesView *self)
 
184
{
 
185
  self->QueueDraw ();
 
186
 
 
187
  return FALSE;
 
188
}
 
189
 
182
190
void
183
191
PlacesView::Draw (nux::GraphicsEngine& GfxContext, bool force_draw)
184
192
{
232
240
      GfxContext.Push2DWindow (GfxContext.GetWindowWidth (), GfxContext.GetWindowHeight ());
233
241
      GfxContext.ApplyClippingRectangle ();
234
242
    }
 
243
 
 
244
    g_timeout_add (0, (GSourceFunc)OnQueueDrawDrawDraw, this);
235
245
  }
236
246
 
237
247
  if (_bg_blur_texture.IsValid ()  && paint_blur)