After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 609201 - gdk/directfb: max cursor size is artificially limited
gdk/directfb: max cursor size is artificially limited
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: [obsolete] Backend: directfb
2.19.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
Michael Emmel
Depends on:
Blocks:
 
 
Reported: 2010-02-07 00:21 UTC by André Draszik
Modified: 2010-02-07 19:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
increase limit to 128x128 (1.60 KB, patch)
2010-02-07 00:32 UTC, André Draszik
committed Details | Review

Description André Draszik 2010-02-07 00:21:54 UTC
Cursor sizes in DirectFB can be arbitrarily large
Comment 1 André Draszik 2010-02-07 00:32:40 UTC
Created attachment 153175 [details] [review]
increase limit to 128x128

Cursor sizes in DirectFB can be large (4095x4095), limit to 128x128 though, because the x11 backend has this limit, too - for max. compatibility.
Comment 2 Cody Russell 2010-02-07 16:54:37 UTC
Comment on attachment 153175 [details] [review]
increase limit to 128x128

Looks fine, thanks.
Comment 3 Javier Jardón (IRC: jjardon) 2010-02-07 19:13:34 UTC
Comment on attachment 153175 [details] [review]
increase limit to 128x128

commit 12edc32d95ddbb40182c16f088156d322781ebe9
Comment 4 Javier Jardón (IRC: jjardon) 2010-02-07 19:14:14 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release.

Thank you Andre and Cody for the reviews.