diff options
Diffstat (limited to 'hw/xwin')
-rw-r--r-- | hw/xwin/InitInput.c | 1 | ||||
-rw-r--r-- | hw/xwin/InitOutput.c | 1 | ||||
-rw-r--r-- | hw/xwin/ddraw.h | 2 | ||||
-rw-r--r-- | hw/xwin/winconfig.h | 1 | ||||
-rw-r--r-- | hw/xwin/winkeymap.h | 1 | ||||
-rw-r--r-- | hw/xwin/winkeynames.h | 1 | ||||
-rw-r--r-- | hw/xwin/winmsg.c | 1 | ||||
-rw-r--r-- | hw/xwin/winmsg.h | 2 | ||||
-rwxr-xr-x | hw/xwin/winmultiwindowclass.c | 1 | ||||
-rwxr-xr-x | hw/xwin/winmultiwindowclass.h | 2 | ||||
-rw-r--r-- | hw/xwin/winprefs.c | 1 | ||||
-rw-r--r-- | hw/xwin/winprefs.h | 1 | ||||
-rw-r--r-- | hw/xwin/winrop.c | 1 | ||||
-rwxr-xr-x | hw/xwin/wintrayicon.c | 1 |
14 files changed, 0 insertions, 17 deletions
diff --git a/hw/xwin/InitInput.c b/hw/xwin/InitInput.c index 52f837ede..6a850cd44 100644 --- a/hw/xwin/InitInput.c +++ b/hw/xwin/InitInput.c @@ -1,4 +1,3 @@ -/* $TOG: InitInput.c /main/12 1998/02/10 13:23:52 kaleb $ */ /* Copyright 1993, 1998 The Open Group diff --git a/hw/xwin/InitOutput.c b/hw/xwin/InitOutput.c index 9457c9cc7..f966d4026 100644 --- a/hw/xwin/InitOutput.c +++ b/hw/xwin/InitOutput.c @@ -1,4 +1,3 @@ -/* $TOG: InitOutput.c /main/20 1998/02/10 13:23:56 kaleb $ */ /* Copyright 1993, 1998 The Open Group diff --git a/hw/xwin/ddraw.h b/hw/xwin/ddraw.h index 0bb7aef4f..2eb7c2674 100644 --- a/hw/xwin/ddraw.h +++ b/hw/xwin/ddraw.h @@ -1,5 +1,3 @@ -/* $Id$ */ - #ifndef __XWIN_DDRAW_H #define __XWIN_DDRAW_H diff --git a/hw/xwin/winconfig.h b/hw/xwin/winconfig.h index 8b7702501..8fd9841d7 100644 --- a/hw/xwin/winconfig.h +++ b/hw/xwin/winconfig.h @@ -29,7 +29,6 @@ * * Authors: Alexander Gottwald */ -/* $Id$ */ #include "win.h" #ifdef XWIN_XF86CONFIG diff --git a/hw/xwin/winkeymap.h b/hw/xwin/winkeymap.h index 0c633cdfc..3862f0379 100644 --- a/hw/xwin/winkeymap.h +++ b/hw/xwin/winkeymap.h @@ -3,7 +3,6 @@ * For Scancodes see notes in winkeynames.h !!!! * */ -/* $XConsortium: xf86Keymap.h /main/14 1996/02/21 17:38:47 kaleb $ */ static KeySym map[NUM_KEYCODES * GLYPHS_PER_KEY] = { /* 0x00 */ NoSymbol, NoSymbol, NoSymbol, NoSymbol, diff --git a/hw/xwin/winkeynames.h b/hw/xwin/winkeynames.h index 6d480a3f9..7c16337de 100644 --- a/hw/xwin/winkeynames.h +++ b/hw/xwin/winkeynames.h @@ -22,7 +22,6 @@ * PERFORMANCE OF THIS SOFTWARE. * */ -/* $XConsortium: atKeynames.h /main/11 1996/03/09 11:17:41 kaleb $ */ #define XK_TECHNICAL #define XK_KATAKANA diff --git a/hw/xwin/winmsg.c b/hw/xwin/winmsg.c index 53974101e..d0464f71b 100644 --- a/hw/xwin/winmsg.c +++ b/hw/xwin/winmsg.c @@ -27,7 +27,6 @@ * * Authors: Alexander Gottwald */ -/* $XFree86$ */ #ifdef HAVE_XWIN_CONFIG_H #include <xwin-config.h> diff --git a/hw/xwin/winmsg.h b/hw/xwin/winmsg.h index 367086c78..611dd6962 100644 --- a/hw/xwin/winmsg.h +++ b/hw/xwin/winmsg.h @@ -29,8 +29,6 @@ * * Authors: Alexander Gottwald */ -/* $XFree86$ */ - /* * Function prototypes diff --git a/hw/xwin/winmultiwindowclass.c b/hw/xwin/winmultiwindowclass.c index 57c434669..5b47c3976 100755 --- a/hw/xwin/winmultiwindowclass.c +++ b/hw/xwin/winmultiwindowclass.c @@ -27,7 +27,6 @@ * * Authors: Earle F. Philhower, III */ -/* $XFree86$ */ #ifdef HAVE_XWIN_CONFIG_H #include <xwin-config.h> diff --git a/hw/xwin/winmultiwindowclass.h b/hw/xwin/winmultiwindowclass.h index 0b430f2f8..c635ab20b 100755 --- a/hw/xwin/winmultiwindowclass.h +++ b/hw/xwin/winmultiwindowclass.h @@ -29,8 +29,6 @@ * * Authors: Earle F. Philhower, III */ -/* $XFree86$ */ - /* * Structures diff --git a/hw/xwin/winprefs.c b/hw/xwin/winprefs.c index 0541f785f..30e587d4a 100644 --- a/hw/xwin/winprefs.c +++ b/hw/xwin/winprefs.c @@ -27,7 +27,6 @@ * * Authors: Earle F. Philhower, III */ -/* $XFree86: $ */ #ifdef HAVE_XWIN_CONFIG_H #include <xwin-config.h> diff --git a/hw/xwin/winprefs.h b/hw/xwin/winprefs.h index 2e58e5e9d..d9e09deea 100644 --- a/hw/xwin/winprefs.h +++ b/hw/xwin/winprefs.h @@ -29,7 +29,6 @@ * * Authors: Earle F. Philhower, III */ -/* $XFree86: $ */ /* Need Bool */ #include <X11/Xdefs.h> diff --git a/hw/xwin/winrop.c b/hw/xwin/winrop.c index 110292989..f4818920a 100644 --- a/hw/xwin/winrop.c +++ b/hw/xwin/winrop.c @@ -27,7 +27,6 @@ * * Authors: Alan Hourihane <alanh@fairlite.demon.co.uk> */ -/* $XFree86$ */ /* * Raster operations used by Windows translated to X's 16 rop codes... diff --git a/hw/xwin/wintrayicon.c b/hw/xwin/wintrayicon.c index bf7305c9c..054a8e956 100755 --- a/hw/xwin/wintrayicon.c +++ b/hw/xwin/wintrayicon.c @@ -28,7 +28,6 @@ * Authors: Early Ehlinger * Harold L Hunt II */ -/* $XFree86: $ */ #ifdef HAVE_XWIN_CONFIG_H #include <xwin-config.h> |