diff options
Diffstat (limited to 'oldXMenu/Internal.c')
| -rw-r--r-- | oldXMenu/Internal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c index 102de9d7a56..dc8dc0120ef 100644 --- a/oldXMenu/Internal.c +++ b/oldXMenu/Internal.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #include "copyright.h" | 3 | #include "copyright.h" |
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | Copyright (C) 1993, 1996, 2001-2011 Free Software Foundation, Inc. | 6 | Copyright (C) 1993, 1996, 2001-2012 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | This program is free software: you can redistribute it and/or modify | 8 | This program is free software: you can redistribute it and/or modify |
| 9 | it under the terms of the GNU General Public License as published by | 9 | it under the terms of the GNU General Public License as published by |
| @@ -968,7 +968,7 @@ _XMRefreshSelection(register Display *display, register XMenu *menu, register XM | |||
| 968 | /* | 968 | /* |
| 969 | * Using BOX mode. | 969 | * Using BOX mode. |
| 970 | * Since most drawing routines with arbitrary width lines | 970 | * Since most drawing routines with arbitrary width lines |
| 971 | * are slow compared to raster-ops lets use a raster-op to | 971 | * are slow compared to raster-ops let's use a raster-op to |
| 972 | * draw the boxes. | 972 | * draw the boxes. |
| 973 | */ | 973 | */ |
| 974 | 974 | ||