mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Rename name to param to represent that it is the parameter. Add pixel writing code, add rectangle rendering code. Implement ROP, Rectangle and Clip class methods. However, the drivers BSOD.
This commit is contained in:
@@ -17,4 +17,4 @@
|
||||
|
||||
|
||||
/* ROP */
|
||||
int32_t video_rop_gdi_ternary(int32_t rop, int32_t dst, int32_t pattern, int32_t src);
|
||||
int32_t video_rop_gdi_ternary(int32_t rop, int32_t src, int32_t dst, int32_t pattern);
|
||||
Reference in New Issue
Block a user