Mercurial > hg > xemacs-beta
comparison src/scrollbar-x.c @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
1 /* scrollbar implementation -- X interface. | 1 /* scrollbar implementation -- X interface. |
2 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois. | 2 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois. |
3 Copyright (C) 1994 Amdhal Corporation. | 3 Copyright (C) 1994 Amdahl Corporation. |
4 Copyright (C) 1995 Sun Microsystems, Inc. | 4 Copyright (C) 1995 Sun Microsystems, Inc. |
5 Copyright (C) 1995 Darrell Kindred <dkindred+@cmu.edu>. | 5 Copyright (C) 1995 Darrell Kindred <dkindred+@cmu.edu>. |
6 | 6 |
7 This file is part of XEmacs. | 7 This file is part of XEmacs. |
8 | 8 |
26 #include <config.h> | 26 #include <config.h> |
27 #include "lisp.h" | 27 #include "lisp.h" |
28 | 28 |
29 #include "console-x.h" | 29 #include "console-x.h" |
30 #include "glyphs-x.h" | 30 #include "glyphs-x.h" |
31 #include "EmacsFrame.h" | |
32 #include "EmacsManager.h" | |
33 #include "gui-x.h" | 31 #include "gui-x.h" |
34 #include "scrollbar-x.h" | 32 #include "scrollbar-x.h" |
35 | 33 |
36 #include "frame.h" | 34 #include "frame.h" |
37 #include "window.h" | 35 #include "window.h" |