1 /* 2 * Copyright 2003-2007, Haiku, Inc. All Rights Reserved. 3 * Distributed under the terms of the MIT License. 4 * 5 * Authors: 6 * Fernando Francisco de Oliveira 7 * Michael Wilber 8 * Michael Pfeiffer 9 * Ryan Leavengood 10 */ 11 #ifndef SHOW_IMAGE_CONSTANTS_H 12 #define SHOW_IMAGE_CONSTANTS_H 13 14 15 #include <SupportDefs.h> 16 17 18 enum { 19 MSG_UNDO_STATE = 'mUNS', 20 MSG_PRINT = 'mPRT' 21 }; 22 23 24 #endif // SHOW_IMAGE_CONSTANTS_H 25