2 * Copyright 2001-2007, Haiku.
3 * Distributed under the terms of the MIT License.
13 #include <SupportDefs.h>
16 const uint32 kMsgAddPrinter
= 'AddP';
17 const uint32 kMsgAddPrinterClosed
= 'APCl';
18 const uint32 kMsgRemovePrinter
= 'RemP';
19 const uint32 kMsgMakeDefaultPrinter
= 'MDfP';
20 const uint32 kMsgPrinterSelected
= 'PSel';
21 const uint32 kMsgCancelJob
= 'CncJ';
22 const uint32 kMsgRestartJob
= 'RstJ';
23 const uint32 kMsgJobSelected
= 'JSel';
24 const uint32 kMsgPrintTestPage
= 'PtPg';