remove MwLLSetBackground
This commit is contained in:
parent
71cb96b06e
commit
218f8fa9cf
6 changed files with 0 additions and 20 deletions
|
|
@ -43,8 +43,6 @@
|
|||
\
|
||||
MwLLBeginStateChange = MwLLBeginStateChangeImpl; \
|
||||
MwLLEndStateChange = MwLLEndStateChangeImpl; \
|
||||
\
|
||||
MwLLSetBackground = MwLLSetBackgroundImpl; \
|
||||
\
|
||||
MwLLFocus = MwLLFocusImpl; \
|
||||
MwLLGrabPointer = MwLLGrabPointerImpl; \
|
||||
|
|
|
|||
|
|
@ -344,11 +344,6 @@ static void MwLLFreeColorImpl(MwLLColor color) {
|
|||
free(color);
|
||||
}
|
||||
|
||||
static void MwLLSetBackgroundImpl(MwLL handle, MwLLColor color) {
|
||||
(void)handle;
|
||||
(void)color;
|
||||
}
|
||||
|
||||
static void MwLLGetXYWHImpl(MwLL handle, int* x, int* y, unsigned int* w, unsigned int* h) {
|
||||
RECT rc;
|
||||
|
||||
|
|
|
|||
|
|
@ -398,10 +398,6 @@ static void MwLLFreeColorImpl(MwLLColor color) {
|
|||
free(color);
|
||||
}
|
||||
|
||||
static void MwLLSetBackgroundImpl(MwLL handle, MwLLColor color) {
|
||||
XSetWindowBackground(handle->x11.display, handle->x11.window, color->x11.pixel);
|
||||
}
|
||||
|
||||
static int MwLLPendingImpl(MwLL handle) {
|
||||
XEvent ev;
|
||||
if(XCheckTypedWindowEvent(handle->x11.display, handle->x11.window, ClientMessage, &ev) || XCheckWindowEvent(handle->x11.display, handle->x11.window, mask, &ev)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue