Make the wmclass value unique among the code by defining
authorLaurent Monin <geeqie@norz.org>
Thu, 3 Apr 2008 23:29:14 +0000 (23:29 +0000)
committerLaurent Monin <geeqie@norz.org>
Thu, 3 Apr 2008 23:29:14 +0000 (23:29 +0000)
commite8cca019825f81696bed7d0e7ac8adb46107d66e
tree00f693c3555c0b60d45643bddf4ecc355d5dd836
parentba02c7206762d6851a1af2776361daaf16a3db9a
Make the wmclass value unique among the code by defining
it in main header file as GQ_WMCLASS.
Before this patch, it was set using PACKAGE (="geeqie"),
or by the hardcoded string "Geeqie".
Now all Geeqie windows have the same value for wmclass.
23 files changed:
src/bar_info.c
src/bar_sort.c
src/cache_maint.c
src/collect-dlg.c
src/collect.c
src/dupe.c
src/editors.c
src/fullscreen.c
src/gqview.h
src/img-view.c
src/info.c
src/layout.c
src/main.c
src/pan-view.c
src/preferences.c
src/print.c
src/search.c
src/ui_bookmark.c
src/ui_fileops.c
src/ui_pathsel.c
src/ui_tabcomp.c
src/ui_utildlg.c
src/utilops.c