Drag and drop support for launchers

git-svn-id: http://tint2.googlecode.com/svn/trunk@648 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
o9000
2012-03-14 05:15:23 +00:00
committed by mrovi%interfete-web-club.com@gtempaccount.com
parent f6039e8c92
commit 13b0d7612a
3 changed files with 325 additions and 5 deletions

View File

@@ -71,9 +71,16 @@ typedef struct Global_atom
Atom _XSETTINGS_SCREEN;
Atom _XSETTINGS_SETTINGS;
Atom XdndAware;
Atom XdndEnter;
Atom XdndPosition;
Atom XdndStatus;
Atom XdndDrop;
Atom XdndLeave;
Atom XdndSelection;
Atom XdndTypeList;
Atom XdndActionCopy;
Atom XdndFinished;
Atom TARGETS;
} Global_atom;