summaryrefslogtreecommitdiff
path: root/dxr3colormanager.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3colormanager.c')
-rw-r--r--dxr3colormanager.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dxr3colormanager.c b/dxr3colormanager.c
index 2e94720..d6206c4 100644
--- a/dxr3colormanager.c
+++ b/dxr3colormanager.c
@@ -377,3 +377,9 @@ void cColorManager::SetBgColor(unsigned int bgColor)
{
// cColorManager::BgColor = bgColor;
}
+
+// Local variables:
+// mode: c++
+// c-file-style: "stroustrup"
+// indent-tabs-mode: t
+// End: