Skip to content

Commit c001a0d

Browse files
committed
change tabs
1 parent 9ca42a2 commit c001a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orms.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1085,11 +1085,11 @@ class << self
10851085
#--------------------------------------------------------------------------
10861086
# * Win32API methods
10871087
#--------------------------------------------------------------------------
1088-
SetWindowPos = Win32API.new 'user32', 'SetWindowPos', 'iiiiiii', 'i'
1088+
SetWindowPos = Win32API.new 'user32', 'SetWindowPos', 'iiiiiii', 'i'
10891089
GetWindowRect = Win32API.new 'user32', 'GetWindowRect', 'ip', 'i'
10901090
GetClientRect = Win32API.new 'user32', 'GetClientRect', 'ip', 'i'
10911091
GetKeyState = Win32API.new 'user32', 'GetKeyState', 'p', 'i'
1092-
KeybdEvent = Win32API.new 'user32.dll', 'keybd_event', 'iill', 'v'
1092+
KeybdEvent = Win32API.new 'user32.dll', 'keybd_event', 'iill', 'v'
10931093
FindWindow = Win32API.new'user32', 'FindWindow', 'pp', 'i'
10941094
HWND = FindWindow.call 'RGSS Player', 0
10951095
#--------------------------------------------------------------------------

0 commit comments

Comments
 (0)