[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:03:57 UTC 2012


The following commit has been merged in the wheezy branch:
commit 007ecafb3052c8edd26fdf679591e86a7bf1710a
Author: Huw Davies <huw at codeweavers.com>
Date:   Thu May 31 13:57:38 2012 +0100

    include: Add a couple of missing printer status values.
    (cherry picked from commit e550cee7ccb7c4cf03203685b785d55e9f6f4c39)

diff --git a/include/winspool.h b/include/winspool.h
index f436bea..4648ec4 100644
--- a/include/winspool.h
+++ b/include/winspool.h
@@ -98,6 +98,8 @@ extern "C" {
 #define PRINTER_STATUS_DOOR_OPEN         0x00400000
 #define PRINTER_STATUS_SERVER_UNKNOWN    0x00800000
 #define PRINTER_STATUS_POWER_SAVE        0x01000000
+#define PRINTER_STATUS_SERVER_OFFLINE    0x02000000
+#define PRINTER_STATUS_DRIVER_UPDATE_NEEDED 0x04000000
 
 #define NO_PRIORITY  0
 #define MAX_PRIORITY 99

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list