Index: src/Image.cxx
===================================================================
--- src/Image.cxx	(revision 5844)
+++ src/Image.cxx	(working copy)
@@ -96,7 +96,7 @@
 # error
 #endif
 
-    Symbol(name), pixeltype_(fltk::RGB32), w_(12), h_(12),
+    //Symbol(name), pixeltype_(fltk::RGB32), w_(12), h_(12),
 /*! \fn Image::Image(const char* name)
   The default constructor sets pixeltype() to RGB32 (0x00rrggbb) and
   width() and height() to 12. This means that 12x12 square with the current
Index: src/UpBox.cxx
===================================================================
--- src/UpBox.cxx	(revision 5844)
+++ src/UpBox.cxx	(working copy)
@@ -40,7 +40,7 @@
 
 // Maybe this should be a public fltk method?
 void drawFocusRect(const fltk::Rectangle& r1) {
-  Rectangle r; transform(r1,r);
+  fltk::Rectangle r; transform(r1,r);
 #if USE_X11
   // X version uses stipple pattern because there seem to be too many
   // servers with bugs when drawing dotted lines:
@@ -139,7 +139,7 @@
   The default version draws a dotted line around the edge, using
   a system-specific XOR mode, if the FOCUSED flag is on in drawflags().
 */
-void Symbol::drawOverlay(const Rectangle& r1) const {
+void Symbol::drawOverlay(const fltk::Rectangle& r1) const {
   if (!drawflags(FOCUSED)) return;
   fltk::Rectangle r(r1);
   inset(r);
