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