patches/xfig-02-3.2.5b-w_keyboard.c.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2511 e67fcf1a74dd
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2511
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     1
--- xfig.3.2.5b-orig/xfig.3.2.5b/w_keyboard.c	2008-05-20 21:38:18.000000000 +0200
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     2
+++ xfig.3.2.5b/w_keyboard.c	2009-07-25 16:27:18.562583906 +0200
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     3
@@ -45,6 +45,10 @@
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     4
 #define REG_NOERROR 0
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     5
 #endif
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     6
 
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     7
+#if defined(sun)
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     8
+#define REG_NOERROR REG_OK
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     9
+#endif
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    10
+
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    11
 Boolean keyboard_input_available = False;
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    12
 int keyboard_x;
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    13
 int keyboard_y;