diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-22 19:37:30 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-22 19:37:30 +0100 |
| commit | 5c15e4939723513bab37bfca01ad879b6e353808 (patch) | |
| tree | bf1a14fb26f6a720edc547dffef3c22f32d8045b /frameworks | |
| parent | 9e096f17ed3e9ec4fe82fe91ba1f4ec227f9fdce (diff) | |
[FIX] Update format for X11ConnMgr.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'frameworks')
| -rw-r--r-- | frameworks/libX11.fwrk/src/X11ConnMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frameworks/libX11.fwrk/src/X11ConnMgr.cpp b/frameworks/libX11.fwrk/src/X11ConnMgr.cpp index aca5e8f..7477a19 100644 --- a/frameworks/libX11.fwrk/src/X11ConnMgr.cpp +++ b/frameworks/libX11.fwrk/src/X11ConnMgr.cpp @@ -11,7 +11,7 @@ namespace X11 { - struct X11Connection final { +struct X11Connection final { SInt32 fSocket; SInt32 fType; SInt32 fFlags; |
