mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 16:47:25 -04:00
Added new friend request toaster from defnax.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5120 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
586e8bc042
commit
9501a4fe2c
14 changed files with 419 additions and 52 deletions
|
@ -40,14 +40,15 @@ const uint32_t RS_SYS_ERROR = 0x0001;
|
|||
const uint32_t RS_SYS_WARNING = 0x0002;
|
||||
const uint32_t RS_SYS_INFO = 0x0004;
|
||||
|
||||
const uint32_t RS_POPUP_MSG = 0x0001;
|
||||
const uint32_t RS_POPUP_CHAT = 0x0002;
|
||||
//const uint32_t RS_POPUP_CALL = 0x0004;
|
||||
const uint32_t RS_POPUP_CONNECT = 0x0008;
|
||||
const uint32_t RS_SYSTRAY_GROUP_MSG = 0x0010;
|
||||
const uint32_t RS_POPUP_DOWNLOAD = 0x0020;
|
||||
const uint32_t RS_POPUP_GROUPCHAT = 0x0040;
|
||||
const uint32_t RS_POPUP_CHATLOBBY = 0x0080;
|
||||
const uint32_t RS_POPUP_MSG = 0x0001;
|
||||
const uint32_t RS_POPUP_CHAT = 0x0002;
|
||||
//const uint32_t RS_POPUP_CALL = 0x0004;
|
||||
const uint32_t RS_POPUP_CONNECT = 0x0008;
|
||||
const uint32_t RS_SYSTRAY_GROUP_MSG = 0x0010;
|
||||
const uint32_t RS_POPUP_DOWNLOAD = 0x0020;
|
||||
const uint32_t RS_POPUP_GROUPCHAT = 0x0040;
|
||||
const uint32_t RS_POPUP_CHATLOBBY = 0x0080;
|
||||
const uint32_t RS_POPUP_CONNECT_ATTEMPT = 0x0100;
|
||||
|
||||
/* CHAT flags are here - so they are in the same place as
|
||||
* other Notify flags... not used by libretroshare though
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue