aboutsummaryrefslogtreecommitdiff
path: root/x11/fbdesk/files/patch-src::FbTk::FbWindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'x11/fbdesk/files/patch-src::FbTk::FbWindow.cc')
-rw-r--r--x11/fbdesk/files/patch-src::FbTk::FbWindow.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/fbdesk/files/patch-src::FbTk::FbWindow.cc b/x11/fbdesk/files/patch-src::FbTk::FbWindow.cc
deleted file mode 100644
index 9f79c911324e..000000000000
--- a/x11/fbdesk/files/patch-src::FbTk::FbWindow.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/FbTk/FbWindow.cc.orig Sat Feb 14 10:48:03 2004
-+++ src/FbTk/FbWindow.cc Sat Feb 14 10:48:11 2004
-@@ -168,7 +168,8 @@
- Window root;
- size_t border_width, depth;
- XGetGeometry(s_display, m_window, &root, &m_x, &m_y,
-- &m_width, &m_height, &border_width, &depth);
-+ (unsigned int*) &m_width, (unsigned int*) &m_height,
-+ (unsigned int*) &border_width, (unsigned int*) &depth);
- }
-
- void FbWindow::create(Window parent, int x, int y,