summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-12-24 07:24:51 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-12-24 07:24:51 +0000
commitca546caa6e2932e504d020fb80b6cc0e8665cea9 (patch)
treeaa9f12d46b8088c24d1ff5322d0808c0aacce42c /src/osd/windows
parentefaac9818f3f4511f7ad5201fcfe3bbd22c007a4 (diff)
Cleanups and version bumpmame0152
Diffstat (limited to 'src/osd/windows')
-rw-r--r--src/osd/windows/drawd3d.c4
-rw-r--r--src/osd/windows/vconv.c2
-rw-r--r--src/osd/windows/window.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/windows/drawd3d.c b/src/osd/windows/drawd3d.c
index 1449f1c5d5d..4d40c31f587 100644
--- a/src/osd/windows/drawd3d.c
+++ b/src/osd/windows/drawd3d.c
@@ -777,7 +777,7 @@ mtlog_add("drawd3d_window_draw: begin_scene");
}
m_line_count = 0;
-
+
// loop over primitives
for (render_primitive *prim = m_window->primlist->first(); prim != NULL; prim = prim->next())
if (prim->type == render_primitive::LINE && PRIMFLAG_GET_VECTOR(prim->flags))
@@ -1485,7 +1485,7 @@ void renderer::batch_vectors()
{
start_index %= m_line_count;
}
-
+
m_line_count = 0;
}
diff --git a/src/osd/windows/vconv.c b/src/osd/windows/vconv.c
index 9ea78a72bc8..b2ab34ae822 100644
--- a/src/osd/windows/vconv.c
+++ b/src/osd/windows/vconv.c
@@ -318,7 +318,7 @@ static void build_command_line(int argc, char *argv[])
else if (!strcmp(argv[1], "ar"))
{
transtable = ar_translate;
-
+
if (!icl_compile)
{
executable = "link.exe";
diff --git a/src/osd/windows/window.c b/src/osd/windows/window.c
index 7ad99758ef2..74a0bbc2222 100644
--- a/src/osd/windows/window.c
+++ b/src/osd/windows/window.c
@@ -1347,7 +1347,7 @@ LRESULT CALLBACK winwindow_video_window_proc(HWND wnd, UINT message, WPARAM wpar
case WM_SYSCOMMAND:
{
UINT16 cmd = wparam & 0xfff0;
-
+
// prevent screensaver or monitor power events
if (cmd == SC_MONITORPOWER || cmd == SC_SCREENSAVE)
return 1;