|
Otclient 1.0
14/8/2020
|
#include "x11window.h"#include <framework/core/resourcemanager.h>#include <framework/graphics/image.h>#include <unistd.h>
Go to the source code of this file.
Macros | |
| #define | LSB_BIT_SET(p, n) (p[(n)/8] |= (1 <<((n)%8))) |
| #define LSB_BIT_SET | ( | p, | |
| n | |||
| ) | (p[(n)/8] |= (1 <<((n)%8))) |
Definition at line 30 of file x11window.cpp.