From: Jérémie D. <Ba...@us...> - 2010-02-21 18:52:12
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "krobot". The branch, master has been updated via 6408969deba870f986a2c0b8852fda276eb23b3a (commit) from 68bb8ac64989467872ce6cfcc345ce5bd4f2b4bb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6408969deba870f986a2c0b8852fda276eb23b3a Author: Jérémie Dimino <je...@di...> Date: Sun Feb 21 19:51:24 2010 +0100 [joy_control] remove video initialisation ----------------------------------------------------------------------- Changes: diff --git a/PC_Mainboard/clients/joy_control.ml b/PC_Mainboard/clients/joy_control.ml index 42b9b4d..7c84d21 100644 --- a/PC_Mainboard/clients/joy_control.ml +++ b/PC_Mainboard/clients/joy_control.ml @@ -221,7 +221,6 @@ let () = | 0 -> Unix.close fd_r; Sdl.init [`JOYSTICK;`VIDEO]; - ignore (Sdlvideo.set_video_mode 100 100 []); Sdljoystick.set_event_state true; let joy = try hooks/post-receive -- krobot |