diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-09-19 16:27:49 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-09-19 16:27:49 +0200 |
| commit | ca990e36ffa21bb275e0b55fa783c28030b357fe (patch) | |
| tree | e08c1016a2a815ae45d6d9970394ea4df9f31f2d /c++/window | |
| parent | ad8f97071acc96dad7ec47e553cebc0e67ecdb90 (diff) | |
| download | forstio-forstio-ca990e36ffa21bb275e0b55fa783c28030b357fe.tar.gz | |
window,window-opengl: Fixing up calls to private fields
Diffstat (limited to 'c++/window')
| -rw-r--r-- | c++/window/xcb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/window/xcb.h b/c++/window/xcb.h index 902ea17..a2a9b0b 100644 --- a/c++/window/xcb.h +++ b/c++/window/xcb.h @@ -54,7 +54,6 @@ public: void flush(); // XCB specific info for other classes - ::Display* get_xcb_display() { return display_; } |
