~sil2100/bamf/quantal_0.3.6

« back to all changes in this revision

Viewing changes to src/bamf-matcher.c

Tags: upstream-0.2.110
ImportĀ upstreamĀ versionĀ 0.2.110

Show diffs side-by-side

added added

removed removed

Lines of Context:
1356
1356
  g_return_val_if_fail (BAMF_IS_LEGACY_WINDOW (window), NULL);
1357
1357
 
1358
1358
  Window xid = bamf_legacy_window_get_xid (window);
1359
 
  return bamf_xutils_get_window_hint (xid, atom_name);
 
1359
  return bamf_xutils_get_window_hint (xid, atom_name, XA_STRING);
1360
1360
}
1361
1361
 
1362
1362
static void
1365
1365
  g_return_if_fail (BAMF_LEGACY_WINDOW (window));
1366
1366
 
1367
1367
  Window xid = bamf_legacy_window_get_xid (window);
1368
 
  bamf_xutils_set_window_hint (xid, atom_name, data);
 
1368
  bamf_xutils_set_window_hint (xid, atom_name, XA_STRING, data);
1369
1369
}
1370
1370
 
1371
1371
static char *