summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus/xf86Sbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/os-support/bus/xf86Sbus.h')
-rw-r--r--hw/xfree86/os-support/bus/xf86Sbus.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/hw/xfree86/os-support/bus/xf86Sbus.h b/hw/xfree86/os-support/bus/xf86Sbus.h
index dbd17810f..28ab90491 100644
--- a/hw/xfree86/os-support/bus/xf86Sbus.h
+++ b/hw/xfree86/os-support/bus/xf86Sbus.h
@@ -20,7 +20,7 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h,v 1.3 2001/04/20 17:02:43 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h,v 1.7 2004/03/08 15:37:12 tsi Exp $ */
#ifndef _XF86_SBUS_H
#define _XF86_SBUS_H
@@ -47,19 +47,22 @@
#endif
#ifndef FBTYPE_SUNGP3
-#define FBTYPE_SUNGP3 -1
+#define FBTYPE_SUNGP3 17
#endif
-#ifndef FBTYPE_MDICOLOR
-#define FBTYPE_MDICOLOR -1
+#ifndef FBTYPE_SUNGT
+#define FBTYPE_SUNGT 18
#endif
#ifndef FBTYPE_SUNLEO
-#define FBTYPE_SUNLEO -1
+#define FBTYPE_SUNLEO 19
+#endif
+#ifndef FBTYPE_MDICOLOR
+#define FBTYPE_MDICOLOR 20
#endif
#ifndef FBTYPE_TCXCOLOR
-#define FBTYPE_TCXCOLOR -1
+#define FBTYPE_TCXCOLOR 21
#endif
#ifndef FBTYPE_CREATOR
-#define FBTYPE_CREATOR -1
+#define FBTYPE_CREATOR 22
#endif
#endif /* _XF86_SBUS_H */