Code Monkey home page Code Monkey logo

xlib-d's Introduction

xlib-d

partial D bindings to Xlib

bindings include X11/Xlib.h ; X11/Xlib-xcb.h ; X11/XKBlib.h

Author: Rémi Thebault

xlib-d's People

Contributors

rtbo avatar

Stargazers

 avatar Boris Barboris avatar

Watchers

James Cloos avatar  avatar  avatar

xlib-d's Issues

Public import of derelict.util.xtypes

public import derelict.util.xtypes;
It takes many commonly using names like "Window", "Font", "Cursor". So it would be good to replace that with normal import.

Package xlib-d contains invalid dependency xcb-d

When I build with dub --versbose and xlib-d I get

Package xlib-d contains invalid dependency xcb-d (ci=7)
Package xlib-d contains invalid dependency xcb-d (ci=7)
Package xlib-d contains invalid dependency xcb-d (ci=7)
Package xlib-d contains invalid dependency xcb-d (ci=7)
Package xlib-d contains invalid dependency xcb-d (ci=7)
Package xlib-d contains invalid dependency xcb-d (ci=7)
Package xlib-d contains invalid dependency xcb-d (ci=7)
Package xlib-d contains invalid dependency xcb-d (ci=7)
Package xlib-d contains invalid dependency xcb-d (ci=7)
.... 

Could it be that I has to be "xcb-d": "~>2.1.0+1.11.1" instead of "xcb-d": "~>1.11.1"

https://code.dlang.org/packages/xcb-d

base types in X.d have the wrong size on 64-bit

the 5 types that are defined as uint in X.d are actually unsigned long in the C header on my linux system:

% cpp -P /usr/include/X11/X.h | grep -E 'VisualID|XID|Mask|Atom|Time'                                                                    
typedef unsigned long XID;
typedef unsigned long Mask;
typedef unsigned long Atom;
typedef unsigned long VisualID;
typedef unsigned long Time;

uint has the right size for these on 32-bit but not 64-bit where unsigned long in C is 8 bytes instead of 4

the right D type to use for these would be c_ulong from the core.stdc.config module

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.