RemoteDrawingEngine: Reduce RP_READ_BITMAP result timeout.
[haiku.git] / src / apps / text_search / GlobalDefs.h
blob003930e15223817d7b56ceabf0e4c58450ffa154
1 /*
2 * Copyright (C) 2008 Stephan Aßmus <superstippi@gmx.de>
3 * All rights reserved. Distributed under the terms of the MIT license.
4 */
5 #ifndef GLOBAL_DEFS_H
6 #define GLOBAL_DEFS_H
9 #define APP_SIGNATURE "application/x-vnd.Haiku.TextSearch"
10 #define APP_NAME "TextSearch"
12 #define PREFS_FILE "TextSearch"
13 #define HISTORY_LIMIT 20
15 #define TRACKER_SIGNATURE "application/x-vnd.Be-TRAK"
16 #define PE_SIGNATURE "application/x-vnd.beunited.pe"
19 #endif // GLOBAL_DEFS_H