summaryrefslogtreecommitdiff
path: root/src/xembed.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-05-23 17:46:19 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-05-23 17:46:19 +0200
commitd5062a82800181ecfb252e0e758e5c6f8c0225f2 (patch)
treea49f02e4dc7229c378f55f7cdf5162896f67f665 /src/xembed.cc
parent067c27efe6df16749bd6209dcf7b7727ac368b86 (diff)
use uint32_t for XID (pointed out by corvid)
Diffstat (limited to 'src/xembed.cc')
-rw-r--r--src/xembed.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xembed.cc b/src/xembed.cc
index e43c27ed..bd3be592 100644
--- a/src/xembed.cc
+++ b/src/xembed.cc
@@ -8,7 +8,7 @@
using namespace fltk;
// TODO; Implement proper XEMBED support;
// http://standards.freedesktop.org/xembed-spec/xembed-spec-latest.html
-void Xembed::embed (unsigned long xid) {
+void Xembed::embed (uint32_t xid) {
#if USE_X11
fltk::Widget *r = resizable();
// WORKAROUND: Avoid jumping windows with tiling window managers (e.g. dwm)