Closed
Bug 1174374
Opened 10 years ago
Closed 10 years ago
gdk_cursor_new() is deprecated
Categories
(Core :: Widget: Gtk, defect)
Core
Widget: Gtk
Tracking
()
RESOLVED
FIXED
mozilla41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: hub, Assigned: hub)
Details
Attachments
(1 file)
|
8.02 KB,
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
In gtk 3.16, gdk_cursor_new() is deprecated and gdk_cursor_new_for_display() should be used. The later function is available since gtk 2.2 so we are safe to do the change for both Gtk2 and Gtk3.
Will provide a patch.
| Assignee | ||
Comment 1•10 years ago
|
||
This should remove a few dozen of warnings.
Updated•10 years ago
|
Attachment #8621928 -
Flags: review?(karlt) → review+
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•10 years ago
|
||
sorry closed by mistake. should land on m-c
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•10 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•