Index: myglut-win32.c
===================================================================
--- myglut-win32.c	(revision 760)
+++ myglut-win32.c	(revision 761)
@@ -109,7 +109,7 @@
 }
 
 void pwInit ( int x, int y, int w, int h, int multisample,
-              char *title, int border, int num_samples )
+              char *title, int border, int num_samples, int window_style )
 {
   WNDCLASS wc;
   signed char fullscn;