Mercurial > hg > xemacs-beta
comparison src/glyphs-x.c @ 140:585fb297b004 r20-2b4
Import from CVS: tag r20-2b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:32:43 +0200 |
parents | 6608ceec7cf8 |
children | 538048ae2ab8 |
comparison
equal
deleted
inserted
replaced
139:2b5203979d01 | 140:585fb297b004 |
---|---|
3614 struct frame *f; | 3614 struct frame *f; |
3615 unsigned int iw, ih; | 3615 unsigned int iw, ih; |
3616 XSetWindowAttributes xswa; | 3616 XSetWindowAttributes xswa; |
3617 Mask valueMask = 0; | 3617 Mask valueMask = 0; |
3618 | 3618 |
3619 error ("subwindows are not functional in 19.14; they will be in 19.15"); | 3619 error ("subwindows are not functional in 20.2; they may be again someday"); |
3620 | 3620 |
3621 f = decode_x_frame (frame); | 3621 f = decode_x_frame (frame); |
3622 | 3622 |
3623 xs = LISP_DEVICE_TO_X_SCREEN (FRAME_DEVICE (f)); | 3623 xs = LISP_DEVICE_TO_X_SCREEN (FRAME_DEVICE (f)); |
3624 dpy = DisplayOfScreen (xs); | 3624 dpy = DisplayOfScreen (xs); |