summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/vidgui/vidwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/vidgui/vidwin.cpp')
-rw-r--r--pjsip-apps/src/vidgui/vidwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip-apps/src/vidgui/vidwin.cpp b/pjsip-apps/src/vidgui/vidwin.cpp
index fd941415..1148a020 100644
--- a/pjsip-apps/src/vidgui/vidwin.cpp
+++ b/pjsip-apps/src/vidgui/vidwin.cpp
@@ -102,7 +102,7 @@ void VidWin::attach()
HWND new_parent = (HWND)winId();
orig_parent = GetParent(w);
- SetWindowLong(w, GWL_STYLE, WS_CHILD);
+ //SetWindowLong(w, GWL_STYLE, WS_CHILD);
SetParent(w, new_parent);
TRACE_("%p new parent handle = %p", w, new_parent);
}