diff options
author | David Robillard <d@drobilla.net> | 2023-01-08 09:46:14 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-01-08 09:46:14 -0500 |
commit | a8eb21d8013f4833afda718616c56e14cc870d0c (patch) | |
tree | db09ba6bc5cb9ebb92788ed593bcf6e0ea47209a | |
parent | 2881f3defa1d89b2c6808db2344ea6e525aefd28 (diff) | |
download | pugl-a8eb21d8013f4833afda718616c56e14cc870d0c.tar.gz pugl-a8eb21d8013f4833afda718616c56e14cc870d0c.tar.bz2 pugl-a8eb21d8013f4833afda718616c56e14cc870d0c.zip |
Remove branch clone
-rw-r--r-- | src/x11.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -693,8 +693,6 @@ puglShow(PuglView* const view, const PuglShowCommand command) XMapWindow(view->world->impl->display, view->impl->win); break; case PUGL_SHOW_RAISE: - XMapRaised(view->world->impl->display, view->impl->win); - break; case PUGL_SHOW_FORCE_RAISE: XMapRaised(view->world->impl->display, view->impl->win); break; |