winex11: Remove some more leftover X Shm code.
This commit is contained in:
parent
5f42f7d4fa
commit
f217415541
|
@ -90,13 +90,6 @@ typedef struct
|
|||
Pixmap pixmap;
|
||||
} X_PHYSBRUSH;
|
||||
|
||||
enum x11drv_shm_mode
|
||||
{
|
||||
X11DRV_SHM_NONE = 0,
|
||||
X11DRV_SHM_PIXMAP,
|
||||
X11DRV_SHM_IMAGE,
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
int shift;
|
||||
int scale;
|
||||
|
|
Loading…
Reference in New Issue