[ekiga] [windows] Remove coordinate translation, not needed anymore with the new call window
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] [windows] Remove coordinate translation, not needed anymore with the new call window
- Date: Tue, 17 Jan 2012 18:52:35 +0000 (UTC)
commit c733d3c8ea3b9fe51d5066cf5dc24c93b5dd69c3
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Tue Jan 17 19:51:41 2012 +0100
[windows] Remove coordinate translation, not needed anymore with the new call window
src/gui/call_window.cpp | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/gui/call_window.cpp b/src/gui/call_window.cpp
index 534787d..885b87a 100644
--- a/src/gui/call_window.cpp
+++ b/src/gui/call_window.cpp
@@ -2613,12 +2613,6 @@ ekiga_call_window_expose_event (GtkWidget *widget,
#ifdef WIN32
display_info.hwnd = ((HWND) GDK_WINDOW_HWND (video_widget->window));
- // translate coordinates from call_panel_frame to window
- g_warn_if_fail (gtk_widget_translate_coordinates
- (cw->priv->call_panel_frame,
- gtk_widget_get_toplevel(cw->priv->call_panel_frame),
- display_info.x, display_info.y,
- &display_info.x, &display_info.y));
#else
if (!cw->priv->video_widget_gc) {
cw->priv->video_widget_gc = gdk_gc_new (video_widget->window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]