* thought of an extension for the icon editor protocol

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20755 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2007-04-19 19:28:57 +00:00
parent f591eb8ba0
commit 375dc591e6
+4
View File
@@ -23,6 +23,10 @@ enum {
// to the specified messenger and is // to the specified messenger and is
// the result of the user having // the result of the user having
// decided to "save" the edited icon // decided to "save" the edited icon
B_CANCEL_EDITING_ICON_DATA = 'CEIC',
// the application requesting an icon to be edited is no longer interested
// TODO: think of a way to tell the original application if the icon was
// still changed, and if it wants to do anything with the changed icon
}; };
#endif // ICON_EDITOR_PROTOCOL_H #endif // ICON_EDITOR_PROTOCOL_H