~apinheiro/unity/bug844927

« back to all changes in this revision

Viewing changes to src/PanelView.cpp

  • Committer: Neil Jagdish Patel
  • Date: 2011-06-17 15:21:22 UTC
  • mfrom: (1187.8.4 port-to-gtk3)
  • Revision ID: neil.patel@canonical.com-20110617152122-cai15syi8l4nblmo
- Merge Gord's gtk3 work
- Add back support for all the features of the systray

Show diffs side-by-side

added added

removed removed

Lines of Context:
327
327
  }
328
328
}
329
329
 
330
 
Window
331
 
PanelView::GetTrayWindow ()
332
 
{
333
 
  return _tray->GetTrayWindow ();
334
 
}
335
 
 
336
330
void
337
331
PanelView::SetOpacity (float opacity)
338
332
{