openbsd-ports/x11/fluxbox/patches/patch-src_Window_hh

21 lines
691 B
Plaintext

$OpenBSD: patch-src_Window_hh,v 1.1 2005/01/23 12:44:10 matthieu Exp $
--- src/Window.hh.orig Tue Nov 30 21:25:11 2004
+++ src/Window.hh Tue Jan 11 00:16:40 2005
@@ -143,13 +143,13 @@ public:
typedef struct _blackbox_hints {
unsigned long flags, attrib, workspace, stack;
- int decoration;
+ long decoration;
} BlackboxHints;
typedef struct _blackbox_attributes {
unsigned long flags, attrib, workspace, stack;
- int premax_x, premax_y;
- unsigned int premax_w, premax_h;
+ long premax_x, premax_y;
+ unsigned long premax_w, premax_h;
} BlackboxAttributes;
typedef std::list<WinClient *> ClientList;