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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- brackets-shell/appshell/cefclient.cpp
0
++ brackets-shell/appshell/cefclient.cpp
Lines 28-36 Link Here
28
  return g_handler->GetBrowser();
28
  return g_handler->GetBrowser();
29
}
29
}
30
30
31
CefWindowHandle AppGetMainHwnd() {
31
ClientWindowHandle AppGetMainHwnd() {
32
  if (!g_handler.get())
32
  if (!g_handler.get())
33
    return NULL;
33
    return kNullWindowHandle;
34
  return g_handler->GetMainHwnd();
34
  return g_handler->GetMainHwnd();
35
}
35
}
36
36
Lines 109-111 Link Here
109
    CefString(&settings.product_version) = versionStr;
109
    CefString(&settings.product_version) = versionStr;
110
  }
110
  }
111
}
111
}
112

Return to bug 481836