Searched refs:exstyle (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Dwindow.h67 DWORD exstyle; member in class:CWindow
105 void SetExStyle(DWORD exstyle);
106 DWORD GetExStyle() { return exstyle; };
H A Dwindow.cc69 exstyle = 0;
75 exstyle,
275 void CWindow::SetExStyle(DWORD exstyle) argument
277 this->exstyle = exstyle;
280 SetWindowLong(hwnd, GWL_EXSTYLE, exstyle);

Completed in 4 milliseconds