# File lib/rubysdl_compatible_ver1.rb, line 119
      def drawFilledCircle(x, y, r, color)
        drawCircle(x, y, r, color, true)
      end