Tagged Questions
-2
votes
1answer
674 views
How to draw an image from file on window with Xlib
This is my code:
int main()
{
Display *d = XOpenDisplay(0);
unsigned int bitmap_width, bitmap_height;
int x, y;
Pixmap bitmap;
if ( d )
{
Window w = XCreateWindow(d, ...