提交 e846d039 编写于 作者: P Palana

remove duplicate lines and reformat for 80 columns limit

上级 2a5899d1
...@@ -20,9 +20,6 @@ ...@@ -20,9 +20,6 @@
#include <obs.h> #include <obs.h>
#include "wx-wrappers.hpp" #include "wx-wrappers.hpp"
#include <memory>
using namespace std;
#ifdef __linux__ #ifdef __linux__
#include <gdk/gdkx.h> #include <gdk/gdkx.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>
...@@ -39,7 +36,8 @@ gs_window WxToGSWindow(const wxWindow *wxwin) ...@@ -39,7 +36,8 @@ gs_window WxToGSWindow(const wxWindow *wxwin)
#elif _WIN32 #elif _WIN32
window.hwnd = wxwin->GetHandle(); window.hwnd = wxwin->GetHandle();
#else #else
window.id = gdk_x11_drawable_get_xid(gtk_widget_get_window(wxwin->GetHandle())); window.id = gdk_x11_drawable_get_xid(gtk_widget_get_window(
wxwin->GetHandle()));
#endif #endif
return window; return window;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册