~canonical-dx-team/unity/unity.dnd-offscreen

« back to all changes in this revision

Viewing changes to src/LauncherDragWindow.cpp

  • Committer: Jay Taoko
  • Date: 2010-12-10 23:04:56 UTC
  • Revision ID: jay.taoko@canonical.com-20101210230456-mwe3q9xgjoveawqv
* Offscreen rendering of DND window

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
NUX_IMPLEMENT_OBJECT_TYPE (LauncherDragWindow);
27
27
 
28
 
LauncherDragWindow::LauncherDragWindow (LauncherIcon *icon, int size)
 
28
LauncherDragWindow::LauncherDragWindow (LauncherIcon *icon, int size, NUX_FILE_LINE_DECL)
 
29
: nux::BaseWindow ("", NUX_FILE_LINE_PARAM)
29
30
{
30
31
  _size = size;
31
32
  _icon = icon;