提交 e846d039 编写于 作者: P Palana

remove duplicate lines and reformat for 80 columns limit

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