Mercurial > hg > xemacs-beta
comparison src/glyphs-msw.h @ 384:bbff43aa5eb7 r21-2-7
Import from CVS: tag r21-2-7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:08:24 +0200 |
parents | 57709be46d1b |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
383:6a50c6a581a5 | 384:bbff43aa5eb7 |
---|---|
1 /* mswindows-specific glyphs and related. | 1 /* mswindows-specific glyphs and related. |
2 Copyright (C) 1993, 1994 Free Software Foundation, Inc. | 2 Copyright (C) 1998 Andy Piper |
3 Copyright (C) 1995 Board of Trustees, University of Illinois. | |
4 Copyright (C) 1995, 1996 Ben Wing | |
5 Copyright (C) 1995 Sun Microsystems, Inc. | |
6 | 3 |
7 This file is part of XEmacs. | 4 This file is part of XEmacs. |
8 | 5 |
9 XEmacs is free software; you can redistribute it and/or modify it | 6 XEmacs is free software; you can redistribute it and/or modify it |
10 under the terms of the GNU General Public License as published by the | 7 under the terms of the GNU General Public License as published by the |
73 int newx, int newy); | 70 int newx, int newy); |
74 void | 71 void |
75 mswindows_initialize_image_instance_icon (struct Lisp_Image_Instance* image, | 72 mswindows_initialize_image_instance_icon (struct Lisp_Image_Instance* image, |
76 int cursor); | 73 int cursor); |
77 | 74 |
75 #define WIDGET_INSTANCE_MSWINDOWS_HANDLE(i) \ | |
76 (HWND) (IMAGE_INSTANCE_SUBWINDOW_ID (i)) | |
77 | |
78 #define XWIDGET_INSTANCE_MSWINDOWS_HANDLE(i) \ | |
79 WIDGET_INSTANCE_MSWINDOWS_HANDLE (XIMAGE_INSTANCE (i)) | |
80 | |
78 #endif /* HAVE_MS_WINDOWS */ | 81 #endif /* HAVE_MS_WINDOWS */ |
79 #endif /* _XEMACS_GLYPHS_MSW_H_ */ | 82 #endif /* _XEMACS_GLYPHS_MSW_H_ */ |