mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Remove 1 more dependency.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5349 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fbb788ccb5
commit
6db8f5945f
@ -1,3 +1,7 @@
|
||||
2002-09-26 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea.
|
||||
|
||||
2002-09-25 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Dialogs2.C:
|
||||
|
@ -17,11 +17,10 @@
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
#include "screen.h"
|
||||
#include <X11/Xlib.h> // for Pixmap, GC
|
||||
|
||||
#include "XWorkArea.h"
|
||||
class XWorkArea;
|
||||
|
||||
/** The class XScreen is used for the main Textbody.
|
||||
Concretely, the screen is held in a pixmap. This pixmap is kept up to
|
||||
|
Loading…
Reference in New Issue
Block a user