[PR #127] [CLOSED] A less crude fix to get CtrlCore compiled with X11 flag #177

Closed
opened 2026-05-05 03:42:15 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/127
Author: @arilect
Created: 1/1/2023
Status: Closed

Base: masterHead: X11-fix2023-2


📝 Commits (7)

  • 976efc3 A less crude fix to get CtrlCore compiled with X11 flag
  • 9d545e7 Removed remnants of commented Caret declarations
  • 168363b Getting rid off GetTop() for code consistency. We need just X11 window after all.
  • ddb83c7 Removed totaly unnecessary if(!xwin) condition.
  • 67948a6 More utop and xwin harmonisations for X11 fix
  • 1841124 More utop and xwin harmonisations for X11 fix
  • c05e95c More utop and xwin harmonisations for X11 fix

📊 Changes

6 files changed (+137 additions, -154 deletions)

View changed files

📝 uppsrc/CtrlCore/X11Ctrl.cpp (+0 -30)
📝 uppsrc/CtrlCore/X11Ctrl.h (+2 -4)
📝 uppsrc/CtrlCore/X11DHCtrl.cpp (+25 -23)
📝 uppsrc/CtrlCore/X11Proc.cpp (+18 -14)
📝 uppsrc/CtrlCore/X11Top.cpp (+12 -11)
📝 uppsrc/CtrlCore/X11Wnd.cpp (+80 -72)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/127 **Author:** [@arilect](https://github.com/arilect) **Created:** 1/1/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `X11-fix2023-2` --- ### 📝 Commits (7) - [`976efc3`](https://github.com/ultimatepp/ultimatepp/commit/976efc36f628afd05eb52790efda733a3d0afc7f) A less crude fix to get CtrlCore compiled with X11 flag - [`9d545e7`](https://github.com/ultimatepp/ultimatepp/commit/9d545e7943c2dfede7a557ada5cc062f5cd6276d) Removed remnants of commented *Caret* declarations - [`168363b`](https://github.com/ultimatepp/ultimatepp/commit/168363b219df42f513e8e8b9a7fc42f008e834d7) Getting rid off GetTop() for code consistency. We need just X11 window after all. - [`ddb83c7`](https://github.com/ultimatepp/ultimatepp/commit/ddb83c77813de58f6ccb45a99cf6b7d0fb18a23b) Removed totaly unnecessary if(!xwin) condition. - [`67948a6`](https://github.com/ultimatepp/ultimatepp/commit/67948a695509c6f1a37dce79c05399709b6f693f) More utop and xwin harmonisations for X11 fix - [`1841124`](https://github.com/ultimatepp/ultimatepp/commit/18411240ab44aba7739d21958eb17e5a4c62cf1b) More utop and xwin harmonisations for X11 fix - [`c05e95c`](https://github.com/ultimatepp/ultimatepp/commit/c05e95c1b354a5cbe58ca2e597bb6515fc2b782a) More utop and xwin harmonisations for X11 fix ### 📊 Changes **6 files changed** (+137 additions, -154 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/CtrlCore/X11Ctrl.cpp` (+0 -30) 📝 `uppsrc/CtrlCore/X11Ctrl.h` (+2 -4) 📝 `uppsrc/CtrlCore/X11DHCtrl.cpp` (+25 -23) 📝 `uppsrc/CtrlCore/X11Proc.cpp` (+18 -14) 📝 `uppsrc/CtrlCore/X11Top.cpp` (+12 -11) 📝 `uppsrc/CtrlCore/X11Wnd.cpp` (+80 -72) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:42:15 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#177
No description provided.