Mercurial > hg > xemacs-beta
comparison src/window.c @ 434:9d177e8d4150 r21-2-25
Import from CVS: tag r21-2-25
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:30:53 +0200 |
parents | a5df635868b2 |
children | 84b14dcb0985 |
comparison
equal
deleted
inserted
replaced
433:892ca416f0fb | 434:9d177e8d4150 |
---|---|
4729 | 4729 |
4730 #define SAVED_WINDOW_N(conf, n) (&((conf)->saved_windows[(n)])) | 4730 #define SAVED_WINDOW_N(conf, n) (&((conf)->saved_windows[(n)])) |
4731 #define XWINDOW_CONFIGURATION(x) XRECORD (x, window_configuration, struct window_config) | 4731 #define XWINDOW_CONFIGURATION(x) XRECORD (x, window_configuration, struct window_config) |
4732 #define XSETWINDOW_CONFIGURATION(x, p) XSETRECORD (x, p, window_configuration) | 4732 #define XSETWINDOW_CONFIGURATION(x, p) XSETRECORD (x, p, window_configuration) |
4733 #define WINDOW_CONFIGURATIONP(x) RECORDP (x, window_configuration) | 4733 #define WINDOW_CONFIGURATIONP(x) RECORDP (x, window_configuration) |
4734 #define GC_WINDOW_CONFIGURATIONP(x) GC_RECORDP (x, window_configuration) | |
4735 #define CHECK_WINDOW_CONFIGURATION(x) CHECK_RECORD (x, window_configuration) | 4734 #define CHECK_WINDOW_CONFIGURATION(x) CHECK_RECORD (x, window_configuration) |
4736 | 4735 |
4737 static Lisp_Object | 4736 static Lisp_Object |
4738 mark_window_config (Lisp_Object obj) | 4737 mark_window_config (Lisp_Object obj) |
4739 { | 4738 { |