0d128167eb
bug report 115871; adapted for vcl/unx/inc/xfont.hxx
25 lines
502 B
Text
25 lines
502 B
Text
$NetBSD: patch-ha,v 1.1 2011/02/26 16:02:39 aymeric Exp $
|
|
|
|
--- vcl/unx/inc/dtint.hxx.orig 2008-04-11 09:32:48.000000000 +0000
|
|
+++ vcl/unx/inc/dtint.hxx
|
|
@@ -34,19 +34,12 @@
|
|
#include <tools/string.hxx>
|
|
#include <tools/color.hxx>
|
|
#include <vcl/font.hxx>
|
|
+#include "svunx.h"
|
|
|
|
class SalBitmap;
|
|
class SalDisplay;
|
|
class AllSettings;
|
|
|
|
-#ifndef _XLIB_H_
|
|
-// forwards from X
|
|
-struct Display;
|
|
-struct XEvent;
|
|
-#define Atom UINT32
|
|
-#define XLIB_Window UINT32
|
|
-#endif
|
|
-
|
|
enum DtType {
|
|
DtGeneric,
|
|
DtCDE,
|