From b2247432dba72f11a05a4775aab8c7a5cf4feeab Mon Sep 17 00:00:00 2001 From: Maarten Bosma Date: Sat, 12 May 2007 14:20:12 +0000 Subject: [PATCH] DirectDraw rearrangement. (part 1/2) svn path=/trunk/; revision=26723 --- reactos/dll/directx/ddraw/{ => Clipper}/iface_clipper.c | 0 reactos/dll/directx/ddraw/{ => Color}/iface_color.c | 0 reactos/dll/directx/ddraw/{ => Ddraw}/callbacks_hel.c | 0 reactos/dll/directx/ddraw/{main => Ddraw}/ddraw_main.c | 0 reactos/dll/directx/ddraw/{ => Gamma}/iface_gamma.c | 0 reactos/dll/directx/ddraw/{ => Kernel}/iface_kernel.c | 0 reactos/dll/directx/ddraw/{ => Palette}/iface_palette.c | 0 .../dll/directx/ddraw/{ => Surface}/callbacks_surf_hel.c | 0 reactos/dll/directx/ddraw/{ => Surface}/createsurface.c | 0 .../dll/directx/ddraw/{main => Surface}/surface_main.c | 0 .../dll/directx/ddraw/{ => Videoport}/iface_videoport.c | 0 reactos/dll/directx/ddraw/ddraw.rbuild | 8 ++++---- 12 files changed, 4 insertions(+), 4 deletions(-) rename reactos/dll/directx/ddraw/{ => Clipper}/iface_clipper.c (100%) rename reactos/dll/directx/ddraw/{ => Color}/iface_color.c (100%) rename reactos/dll/directx/ddraw/{ => Ddraw}/callbacks_hel.c (100%) rename reactos/dll/directx/ddraw/{main => Ddraw}/ddraw_main.c (100%) rename reactos/dll/directx/ddraw/{ => Gamma}/iface_gamma.c (100%) rename reactos/dll/directx/ddraw/{ => Kernel}/iface_kernel.c (100%) rename reactos/dll/directx/ddraw/{ => Palette}/iface_palette.c (100%) rename reactos/dll/directx/ddraw/{ => Surface}/callbacks_surf_hel.c (100%) rename reactos/dll/directx/ddraw/{ => Surface}/createsurface.c (100%) rename reactos/dll/directx/ddraw/{main => Surface}/surface_main.c (100%) rename reactos/dll/directx/ddraw/{ => Videoport}/iface_videoport.c (100%) diff --git a/reactos/dll/directx/ddraw/iface_clipper.c b/reactos/dll/directx/ddraw/Clipper/iface_clipper.c similarity index 100% rename from reactos/dll/directx/ddraw/iface_clipper.c rename to reactos/dll/directx/ddraw/Clipper/iface_clipper.c diff --git a/reactos/dll/directx/ddraw/iface_color.c b/reactos/dll/directx/ddraw/Color/iface_color.c similarity index 100% rename from reactos/dll/directx/ddraw/iface_color.c rename to reactos/dll/directx/ddraw/Color/iface_color.c diff --git a/reactos/dll/directx/ddraw/callbacks_hel.c b/reactos/dll/directx/ddraw/Ddraw/callbacks_hel.c similarity index 100% rename from reactos/dll/directx/ddraw/callbacks_hel.c rename to reactos/dll/directx/ddraw/Ddraw/callbacks_hel.c diff --git a/reactos/dll/directx/ddraw/main/ddraw_main.c b/reactos/dll/directx/ddraw/Ddraw/ddraw_main.c similarity index 100% rename from reactos/dll/directx/ddraw/main/ddraw_main.c rename to reactos/dll/directx/ddraw/Ddraw/ddraw_main.c diff --git a/reactos/dll/directx/ddraw/iface_gamma.c b/reactos/dll/directx/ddraw/Gamma/iface_gamma.c similarity index 100% rename from reactos/dll/directx/ddraw/iface_gamma.c rename to reactos/dll/directx/ddraw/Gamma/iface_gamma.c diff --git a/reactos/dll/directx/ddraw/iface_kernel.c b/reactos/dll/directx/ddraw/Kernel/iface_kernel.c similarity index 100% rename from reactos/dll/directx/ddraw/iface_kernel.c rename to reactos/dll/directx/ddraw/Kernel/iface_kernel.c diff --git a/reactos/dll/directx/ddraw/iface_palette.c b/reactos/dll/directx/ddraw/Palette/iface_palette.c similarity index 100% rename from reactos/dll/directx/ddraw/iface_palette.c rename to reactos/dll/directx/ddraw/Palette/iface_palette.c diff --git a/reactos/dll/directx/ddraw/callbacks_surf_hel.c b/reactos/dll/directx/ddraw/Surface/callbacks_surf_hel.c similarity index 100% rename from reactos/dll/directx/ddraw/callbacks_surf_hel.c rename to reactos/dll/directx/ddraw/Surface/callbacks_surf_hel.c diff --git a/reactos/dll/directx/ddraw/createsurface.c b/reactos/dll/directx/ddraw/Surface/createsurface.c similarity index 100% rename from reactos/dll/directx/ddraw/createsurface.c rename to reactos/dll/directx/ddraw/Surface/createsurface.c diff --git a/reactos/dll/directx/ddraw/main/surface_main.c b/reactos/dll/directx/ddraw/Surface/surface_main.c similarity index 100% rename from reactos/dll/directx/ddraw/main/surface_main.c rename to reactos/dll/directx/ddraw/Surface/surface_main.c diff --git a/reactos/dll/directx/ddraw/iface_videoport.c b/reactos/dll/directx/ddraw/Videoport/iface_videoport.c similarity index 100% rename from reactos/dll/directx/ddraw/iface_videoport.c rename to reactos/dll/directx/ddraw/Videoport/iface_videoport.c diff --git a/reactos/dll/directx/ddraw/ddraw.rbuild b/reactos/dll/directx/ddraw/ddraw.rbuild index ca594945325..10f109d6ef0 100644 --- a/reactos/dll/directx/ddraw/ddraw.rbuild +++ b/reactos/dll/directx/ddraw/ddraw.rbuild @@ -1,3 +1,4 @@ + \ No newline at end of file