Author: matt
Date: 2012-06-15 13:20:53 -0700 (Fri, 15 Jun 2012)
New Revision: 9613
Log:
Fixes for Linux.

Modified:
   branches/branch-3.0/include/fltk3connect/Socket.h
   branches/branch-3.0/test/fullscreen.cxx

Modified: branches/branch-3.0/include/fltk3connect/Socket.h
===================================================================
--- branches/branch-3.0/include/fltk3connect/Socket.h   2012-06-15 15:18:28 UTC 
(rev 9612)
+++ branches/branch-3.0/include/fltk3connect/Socket.h   2012-06-15 20:20:53 UTC 
(rev 9613)
@@ -76,11 +76,11 @@
     
   public:
     
-    enum Status {
+    enum { // Status
       CLOSED, LISTENING, VERIFYING, CONNECTED
     };
     
-    enum Event {
+    enum { // Event
       CONNECT=128, RECEIVE, TIMEOUT, CLOSE
     };
     

Modified: branches/branch-3.0/test/fullscreen.cxx
===================================================================
--- branches/branch-3.0/test/fullscreen.cxx     2012-06-15 15:18:28 UTC (rev 
9612)
+++ branches/branch-3.0/test/fullscreen.cxx     2012-06-15 20:20:53 UTC (rev 
9613)
@@ -64,7 +64,7 @@
 #include <fltk3/LightButton.h>
 #include <fltk3/math.h>
 #include <fltk3/ask.h>
-#include <fltk3/Browser.H>
+#include <fltk3/Browser.h>
 #include <stdio.h>
 
 #if HAVE_GL

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to