changeset 58:63259815cf45

Added support for the new textured flag on Mac.
author Brian Smith <brian@dbsoft.org>
date Thu, 27 Sep 2012 01:53:52 -0500
parents 4c80ef16430f
children a1296f6ff664
files cc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cc.c	Sun Jun 24 14:58:35 2012 -0500
+++ b/cc.c	Thu Sep 27 01:53:52 2012 -0500
@@ -622,7 +622,7 @@
 int DWSIGNAL display_properties(HWND hwnd, void *data)
 {
 	HWND notebook, vbox, hbox, tmp;
-	ULONG page, flStyle = DW_FCF_TITLEBAR | DW_FCF_SIZEBORDER | DW_FCF_CLOSEBUTTON | DW_FCF_SYSMENU;
+	ULONG page, flStyle = DW_FCF_TITLEBAR | DW_FCF_SIZEBORDER | DW_FCF_CLOSEBUTTON | DW_FCF_SYSMENU | DW_FCF_TEXTURED;
 	int x;
 
 	/* If the window is already open, show it instead */