xshm.pp using ctypes attached
unit xshm;
interface
uses
ctypes,x,xlib;
{$ifndef os2}
{$LinkLib c}
{$LinkLib X11}
const
libX11='X11';
{$else}
const
libX11='X11';
{$endif}
{
Automatically converted by H2Pas 0.99.15 from xshm.h
The following command line parameters were used:
-p
Uberto Barbini wrote:
> Using natively utf-8 I think is impossible, because the encoding.
Support might be implmemented like/in MBCS support.
> Please note that at every Borland conference there is someone asking for
> Unicode support since Delphi2...
Not only for Delphi ;-)
> There are severa
Jeff Pohlmeyer wrote / napĂsal (a):
This is not a big issue, anyway could we avoid the endless list
of such similar hints compiling Lazarus and our program?
I frequently find a similar annoyance with c library callbacks.
For instance, most gtk functions have a "user_data" parameter that
is of
> This is not a big issue, anyway could we avoid the endless list
> of such similar hints compiling Lazarus and our program?
I frequently find a similar annoyance with c library callbacks.
For instance, most gtk functions have a "user_data" parameter that
is often unused.
Maybe there could be a