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

« back to all changes in this revision

Viewing changes to src/LauncherDragWindow.h

  • 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:
29
29
{
30
30
  NUX_DECLARE_OBJECT_TYPE (LauncherDragWindow, nux::BaseWindow);
31
31
public:
32
 
  LauncherDragWindow (LauncherIcon *icon, int size);
 
32
  LauncherDragWindow (LauncherIcon *icon, int size, NUX_FILE_LINE_PROTO);
33
33
 
34
34
  ~LauncherDragWindow ();
35
35