Patches item #1153313, was opened at 2005-02-28 01:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=526809&aid=1153313&group_id=70160
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: MacGTKCoder (sarcone)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patches for cursor manipulation
Initial Comment:
Here are some fixes to enable cursor manipulation.
Modified gdkcursor.c to build Mac Cursors based on some code
lifted from the gtk+ 2.0 for Windows code (similar enough bitmap reps
for cursors to get this somewhat functioning).
* Added code to gdkwindow.c to make gdk_window_set_cursor()
functional.
* Added something to gdkprivate.h to keep a pointer to the Mac
Cursor.
Try it out. Using the gdktestthing project, select the cursors button.
You should see the X logo cursor drawn (has some background stuff
wrong, we can tweak the _gdk_mac_data_to_cursor() method to
make it work properly later. You can change the icon by clicking in the
defined area.
Enjoy!
Oh, please add me to the project on sourceforge if you would be so
kind...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=526809&aid=1153313&group_id=70160
|