Skip to content

Commit

Permalink
Added x.pp, xlib.pp and xutil.pp into /lib/kernel/linux and renamed …
Browse files Browse the repository at this point in the history
…into mx.pas, mxlib.pas and mxutil.pas. Adapted all msegui code to use those units.(2)
  • Loading branch information
fredvs committed May 20, 2023
1 parent 05efbf0 commit 8cf86b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/common/kernel/linux/mseuniintf.pas
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function uni_listfontswithglyph(achar: msechar): msestringarty;

implementation
uses
mseguiintf,msex11gdi,mxft,xlib,msefontconfig;
mseguiintf,msex11gdi,mxft,mxlib,msefontconfig;

function uni_getfontwithglyph(var drawinfo: drawinfoty): boolean;
var
Expand Down
2 changes: 1 addition & 1 deletion lib/common/opengl/mseglx.pas
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

{You have to enable Macros (compiler switch "-Sm") for compiling this unit!
This is necessary for supporting different platforms with different calling
conventions via a sinle unit.}
conventions via a single unit.}

{$ifdef FPC}{$mode objfpc} {$h+}{$endif}

Expand Down

0 comments on commit 8cf86b5

Please sign in to comment.