[ekiga/ds-clutter] VideoOutput: Removed stay-on-top code. It is now handled by the UI.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-clutter] VideoOutput: Removed stay-on-top code. It is now handled by the UI.
- Date: Tue, 31 Dec 2013 16:38:15 +0000 (UTC)
commit f0eb3c481e8ad54a0ca600296d9298b0001b3887
Author: Damien Sandras <dsandras beip be>
Date: Tue Dec 31 16:50:23 2013 +0100
VideoOutput: Removed stay-on-top code. It is now handled by the UI.
lib/engine/videooutput/videooutput-core.cpp | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/lib/engine/videooutput/videooutput-core.cpp b/lib/engine/videooutput/videooutput-core.cpp
index 5f215b3..a5d4da3 100644
--- a/lib/engine/videooutput/videooutput-core.cpp
+++ b/lib/engine/videooutput/videooutput-core.cpp
@@ -83,24 +83,6 @@ void VideoOutputCore::setup (std::string setting)
// FIXME
//set_ext_display_info(display_info);
}
-
- if (setting.empty () || setting == "stay-on-top")
-
- PTRACE(4, "VideoOutputCore\tUpdating Video Settings");
- /*
- DisplayInfo display_info;
-
- display_info.on_top = g_settings_get_boolean (s, "stay-on-top");
- if (display_info.sw_scaling_algorithm > 3) {
- display_info.sw_scaling_algorithm = 0;
- g_settings_set_int (s, "sw-scaling-algorithm", 0);
- }
- display_info.config_info_set = TRUE;
-
- std::cout << "FIXME" << std::endl << std::flush;
- //set_display_info(display_info);
- */
- }
}
void VideoOutputCore::add_manager (VideoOutputManager &manager)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]