aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-07-05 16:42:13 +0200
committermarha <marha@users.sourceforge.net>2014-07-05 16:42:13 +0200
commit0fc6b05dc947d92381453fbe0ce690196719da86 (patch)
tree1ce6a3e894e969fb9cefe65f9c01eeb3b6b455bc /xorg-server/hw
parent62ed212e1add98e39c0f7a6e5a8a5726d66f161e (diff)
downloadvcxsrv-0fc6b05dc947d92381453fbe0ce690196719da86.tar.gz
vcxsrv-0fc6b05dc947d92381453fbe0ce690196719da86.tar.bz2
vcxsrv-0fc6b05dc947d92381453fbe0ce690196719da86.zip
Increased to version 1.15.2.01.15.2.0
Diffstat (limited to 'xorg-server/hw')
-rw-r--r--xorg-server/hw/xwin/XWin.rc2
-rw-r--r--xorg-server/hw/xwin/swrastwgl_dri/swrastwgl_dri.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc
index 3dc1372e1..8d5db742b 100644
--- a/xorg-server/hw/xwin/XWin.rc
+++ b/xorg-server/hw/xwin/XWin.rc
@@ -47,7 +47,7 @@ BEGIN
LTEXT "VcXsrv X Server ", IDC_STATIC, 36, 8, 220, 8
LTEXT "http://vcxsrv.sourceforge.net", IDC_STATIC, 36, 18, 220, 8
LTEXT "marha@users.sourceforge.net", IDC_STATIC, 36, 28, 220, 8
- LTEXT "Version 1.15.0.2 (1 May 2014)", IDC_STATIC, 36, 38, 220, 8
+ LTEXT "Version 1.15.2.0 (5 July 2014)", IDC_STATIC, 36, 38, 220, 8
DEFPUSHBUTTON "OK", IDOK, 105, 75, 50, 15
END
diff --git a/xorg-server/hw/xwin/swrastwgl_dri/swrastwgl_dri.c b/xorg-server/hw/xwin/swrastwgl_dri/swrastwgl_dri.c
index 6036f347f..e1f683dbe 100644
--- a/xorg-server/hw/xwin/swrastwgl_dri/swrastwgl_dri.c
+++ b/xorg-server/hw/xwin/swrastwgl_dri/swrastwgl_dri.c
@@ -12,6 +12,8 @@
#include <glx/glapi.h>
#include <glx/glapitable.h>
+#include <stdbool.h>
+
typedef unsigned char BYTE;
typedef int BOOL;