~samuel-thibault/compiz/shortcuts

« back to all changes in this revision

Viewing changes to src/screen.cpp

  • Committer: Bileto Bot
  • Author(s): Alberts Muktupāvels
  • Date: 2017-07-04 13:01:46 UTC
  • mfrom: (4126.1.1 compiz)
  • Revision ID: ci-train-bot@canonical.com-20170704130146-czb28jdeb0b0m38u
Use AnyPropertyType when getting _MOTIF_WM_HINTS property. (LP: #1702297)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1839
1839
 
1840
1840
    result = XGetWindowProperty (dpy, id,
1841
1841
                                 Atoms::mwmHints,
1842
 
                                 0L, 20L, false, Atoms::mwmHints,
 
1842
                                 0L, 20L, false, AnyPropertyType,
1843
1843
                                 &actual, &format, &n, &left, &data);
1844
1844
 
1845
1845
    if (result == Success && data)