mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Setup the root window to receive PropertyNotify events.
2002-05-30 Dave Camp <dave@ximian.com> * src/file-manager/fm-desktop-icon-view.c (fm_desktop_icon_view_init): Setup the root window to receive PropertyNotify events.
This commit is contained in:
parent
1d192654da
commit
6ffc2786af
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-05-30 Dave Camp <dave@ximian.com>
|
||||
|
||||
* src/file-manager/fm-desktop-icon-view.c (fm_desktop_icon_view_init): Setup the
|
||||
root window to receive PropertyNotify events.
|
||||
|
||||
2002-05-30 Dave Camp <dave@ximian.com>
|
||||
|
||||
* src/file-manager/fm-directory-view.c (process_new_files): Don't
|
||||
|
|
|
@ -688,6 +688,8 @@ fm_desktop_icon_view_init (FMDesktopIconView *desktop_icon_view)
|
|||
panel_desktop_area_changed (desktop_icon_view);
|
||||
|
||||
/* Setup the property filter */
|
||||
XSelectInput (GDK_DISPLAY (), GDK_ROOT_WINDOW (), PropertyChangeMask);
|
||||
|
||||
gdk_window_add_filter (gdk_get_default_root_window (),
|
||||
desktop_icon_view_property_filter,
|
||||
desktop_icon_view);
|
||||
|
|
Loading…
Reference in a new issue