Added a visual notification that a double-click has been detected
[dockapps/wmnotify.git] / src / wmnotify.h
index d447617..b1a0743 100644 (file)
 #define MAILBOX_CLOSED 0
 #define MAILBOX_FULL   1
 
-/* Source coordinates for the closed mailbox image. */
+/* Source coordinates in global pixmap for the closed mailbox image. */
 #define MAILBOX_CLOSED_SRC_X 64
 #define MAILBOX_CLOSED_SRC_Y 4
 
-/* Source coordinates for the opened and empty mailbox image. */
+/* Source coordinates in global pixmap for the opened and empty mailbox image. */
 #define MAILBOX_OPENED_EMPTY_SRC_X 64
 #define MAILBOX_OPENED_EMPTY_SRC_Y 64
 
-/* Source coordinates for the opened and full mailbox image. */
+/* Source coordinates in global pixmap for the opened and full mailbox image. */
 #define MAILBOX_OPENED_FULL_SRC_X 4
 #define MAILBOX_OPENED_FULL_SRC_Y 64
 
-/* Size of all the 3 mailbox images. */
+/* Source coordinates in global pixmap for the opened and full mailbox image. */
+#define EXEC_CMD_IMG_SRC_X 124
+#define EXEC_CMD_IMG_SRC_Y 4
+
+/* Size of all mailbox images. */
 #define MAILBOX_SIZE_X 56
 #define MAILBOX_SIZE_Y 56