diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-20 15:20:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-21 15:43:56 +0000 |
commit | 56d2cab4704f079ca173d65619432665bc1a1c92 (patch) | |
tree | 18fc983d726c2ad5e77bceb78df4dc7abae54c8a /vcl/inc/win | |
parent | 29428a5979ecf37eca7eb690a6acbc2897122753 (diff) |
split GLWindow into platform dependent parts and move to respective backends
Change-Id: I636d9bdac907000e4089aebdc5548ea89ec58083
Reviewed-on: https://gerrit.libreoffice.org/25252
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salgdi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 182f666855f8..d2a81624cb4a 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -38,6 +38,11 @@ # include <graphite_static.hxx> # include <graphite2/Font.h> #endif +#ifndef INCLUDED_PRE_POST_WIN_H +#define INCLUDED_PRE_POST_WIN_H +# include "prewin.h" +# include "postwin.h" +#endif class FontSelectPattern; class WinFontInstance; |