diff options
author | mathias <mathias> | 2005-01-31 16:55:38 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-01-31 16:55:38 (GMT) |
commit | 67098a21ea9104fda0933ee14278819565f1cbc0 (patch) | |
tree | efd3fa13eb486c7c5a6c0188f0e0e8e091da9596 /src/FbTk | |
parent | f4d3d79d385044701cec897d32b09c861b600993 (diff) | |
download | fluxbox-67098a21ea9104fda0933ee14278819565f1cbc0.zip fluxbox-67098a21ea9104fda0933ee14278819565f1cbc0.tar.bz2 |
closes #1107213, 64bit issues with XChangeProperty
submitted by Matthieu Herrb <matthieu.herrb@laas.fr>
Diffstat (limited to 'src/FbTk')
-rw-r--r-- | src/FbTk/FbPixmap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/FbPixmap.cc b/src/FbTk/FbPixmap.cc index 9fd9860..ed9a771 100644 --- a/src/FbTk/FbPixmap.cc +++ b/src/FbTk/FbPixmap.cc | |||
@@ -288,7 +288,7 @@ Pixmap FbPixmap::getRootPixmap(int screen_num) { | |||
288 | Atom real_type; | 288 | Atom real_type; |
289 | int real_format; | 289 | int real_format; |
290 | unsigned long items_read, items_left; | 290 | unsigned long items_read, items_left; |
291 | unsigned int *data; | 291 | unsigned long *data; |
292 | 292 | ||
293 | unsigned int prop = 0; | 293 | unsigned int prop = 0; |
294 | static const char* prop_ids[] = { | 294 | static const char* prop_ids[] = { |