# File lib/ruby-sdl-ffi/sdl/mac.rb, line 434
      def self.make_current_front
        current = ProcessSerialNumber.new( [0, 0] )
        GetCurrentProcess( current )
        TransformProcessType(current,KProcessTransformToForegroundApplication)
        SetFrontProcess( current )
      end