From d43057e5bb564782c3a821a5684724515be3c7a3 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 20 Sep 2010 01:40:11 +0200 Subject: [PATCH] Removed unintentional execute bits. --- src/win32/platform.h | 0 src/win32/win32_fullscreen.c | 0 src/win32/win32_init.c | 0 src/win32/win32_window.c | 0 src/window.c | 0 tests/CMakeLists.txt | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/win32/platform.h mode change 100755 => 100644 src/win32/win32_fullscreen.c mode change 100755 => 100644 src/win32/win32_init.c mode change 100755 => 100644 src/win32/win32_window.c mode change 100755 => 100644 src/window.c mode change 100755 => 100644 tests/CMakeLists.txt diff --git a/src/win32/platform.h b/src/win32/platform.h old mode 100755 new mode 100644 diff --git a/src/win32/win32_fullscreen.c b/src/win32/win32_fullscreen.c old mode 100755 new mode 100644 diff --git a/src/win32/win32_init.c b/src/win32/win32_init.c old mode 100755 new mode 100644 diff --git a/src/win32/win32_window.c b/src/win32/win32_window.c old mode 100755 new mode 100644 diff --git a/src/window.c b/src/window.c old mode 100755 new mode 100644 diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt old mode 100755 new mode 100644