Skip to content

Commit 93cdcf5

Browse files
committed
Working transition to xcb, add -duse_xcb parameter for compiling to have a xcb application.(2)
1 parent 09302b9 commit 93cdcf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/common/opengl/mseglx.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interface
3939
{$ifdef linux}{$define unix}{$endif}
4040
{$IFDEF Unix}
4141
uses
42-
{$ifdef FPC}mx,{$endif} mxlib,{$ifdef FPC} mxutil,{$endif}mseglextglob;
42+
mxlib, mseglextglob;
4343
{$DEFINE HasGLX} // Activate GLX stuff
4444
{$ELSE}
4545
{$MESSAGE Unsupported platform.}

lib/common/opengl/mseopenglwidget.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ topenglwidget = class(tcustomopenglwidget)
177177

178178
implementation
179179
uses
180-
sysutils{$ifdef unix}{$ifdef FPC},mxutil{$endif}{$endif},mseglextglob;
180+
sysutils,mseglextglob;
181181

182182
{ tcustomopenglwidget }
183183

0 commit comments

Comments
 (0)