diff options
Diffstat (limited to 'src/FbTk/FbPixmap.cc')
-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[] = { |