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 594561 - Use clutter_event_get_* instead of ShellGlobal
Use clutter_event_get_* instead of ShellGlobal
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-09-08 21:12 UTC by Colin Walters
Modified: 2009-09-08 22:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use clutter_event_get_* instead of ShellGlobal (6.96 KB, patch)
2009-09-08 21:12 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2009-09-08 21:12:47 UTC
Before Clutter gained accessors for event information, we had
shell_global_ functions.  Now that Clutter has them, use them and
delete the ShellGlobal code.
Comment 1 Colin Walters 2009-09-08 21:12:48 UTC
Created attachment 142738 [details] [review]
Use clutter_event_get_* instead of ShellGlobal
Comment 2 Dan Winship 2009-09-08 21:25:35 UTC
Comment on attachment 142738 [details] [review]
Use clutter_event_get_* instead of ShellGlobal

yay
Comment 3 Colin Walters 2009-09-08 22:00:28 UTC
Attachment 142738 [details] pushed as 37ee16b - Use clutter_event_get_* instead of ShellGlobal