Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63635 | Differences between
and this patch

Collapse All | Expand All

(-)transSet.c.orig (-1 / +6 lines)
Lines 37-42 Link Here
37
  /* wonderful utility */
37
  /* wonderful utility */
38
  Setup_Display_And_Screen(&argc, argv);
38
  Setup_Display_And_Screen(&argc, argv);
39
39
40
  target_win = Select_Window_Args(&argc, argv);
41
40
  if (argv[1])
42
  if (argv[1])
41
  {
43
  {
42
    printf ("got arg %s\n", argv[1]);
44
    printf ("got arg %s\n", argv[1]);
Lines 46-52 Link Here
46
  }
48
  }
47
49
48
  /* grab mouse and return window that is next clicked */
50
  /* grab mouse and return window that is next clicked */
49
  target_win = Select_Window(dpy);
51
  if (target_win == 0)
52
    target_win = Select_Window(dpy);
53
54
  printf("target_win is 0x%08x\n", target_win);
50
55
51
  unsigned char *data;
56
  unsigned char *data;
52
57

Return to bug 63635