forked from cztomczak/cefpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathx11.pxd
More file actions
10 lines (8 loc) · 379 Bytes
/
x11.pxd
File metadata and controls
10 lines (8 loc) · 379 Bytes
1
2
3
4
5
6
7
8
9
10
# Copyright (c) 2016 The CEF Python authors. All rights reserved.
from cef_ptr cimport CefRefPtr
# noinspection PyUnresolvedReferences
from cef_browser cimport CefBrowser
cdef extern from "client_handler/x11.h" nogil:
void InstallX11ErrorHandlers()
void SetX11WindowBounds(CefRefPtr[CefBrowser] browser,
int x, int y, int width, int height)