diff options
| author | Joakim Verona | 2011-11-22 15:39:42 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-11-22 15:39:42 +0100 |
| commit | 40bb789236e486a3f36eefb2840c293369ce2af3 (patch) | |
| tree | 8e81d3aa5f232ec7f2c5187c683cb0998d2dc4e2 /oldXMenu | |
| parent | 62318aed495a48e24ff73fe79e420dd801df3189 (diff) | |
| parent | a8e1496d750ab0f571b3412ff61aaa4da640a036 (diff) | |
| download | emacs-40bb789236e486a3f36eefb2840c293369ce2af3.tar.gz emacs-40bb789236e486a3f36eefb2840c293369ce2af3.zip | |
upstream
Diffstat (limited to 'oldXMenu')
| -rw-r--r-- | oldXMenu/ChangeLog | 2 | ||||
| -rw-r--r-- | oldXMenu/Internal.c | 2 | ||||
| -rw-r--r-- | oldXMenu/XMenu.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index b40b5ca7084..5d04eea75d4 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -167,7 +167,7 @@ | |||
| 167 | 2007-02-25 Glenn Morris <rgm@gnu.org> | 167 | 2007-02-25 Glenn Morris <rgm@gnu.org> |
| 168 | 168 | ||
| 169 | * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c: | 169 | * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c: |
| 170 | * XMakeAssoc.c: Remove license text in favour of including | 170 | * XMakeAssoc.c: Remove license text in favor of including |
| 171 | copyright.h, as was done in original X11 source. | 171 | copyright.h, as was done in original X11 source. |
| 172 | 172 | ||
| 173 | 2004-12-27 Jan Djärv <jan.h.d@swipnet.se> | 173 | 2004-12-27 Jan Djärv <jan.h.d@swipnet.se> |
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c index 102de9d7a56..a779cda82f5 100644 --- a/oldXMenu/Internal.c +++ b/oldXMenu/Internal.c | |||
| @@ -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 | ||
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h index bf1e77b5ff7..aa27211c05c 100644 --- a/oldXMenu/XMenu.h +++ b/oldXMenu/XMenu.h | |||
| @@ -185,7 +185,7 @@ typedef struct _xmenu { | |||
| 185 | Window parent; /* Menu's parent window. */ | 185 | Window parent; /* Menu's parent window. */ |
| 186 | int width; /* Overall menu width. */ | 186 | int width; /* Overall menu width. */ |
| 187 | int height; /* Overall menu height. */ | 187 | int height; /* Overall menu height. */ |
| 188 | int x_pos; /* Oveall menu origin. */ | 188 | int x_pos; /* Overall menu origin. */ |
| 189 | int y_pos; /* Overall menu origin. */ | 189 | int y_pos; /* Overall menu origin. */ |
| 190 | Cursor mouse_cursor; /* Mouse cursor raster. */ | 190 | Cursor mouse_cursor; /* Mouse cursor raster. */ |
| 191 | XAssocTable *assoc_tab; /* XMWindow association table. */ | 191 | XAssocTable *assoc_tab; /* XMWindow association table. */ |