diff options
author | David Robillard <d@drobilla.net> | 2019-11-03 19:15:05 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-11-03 21:03:18 +0100 |
commit | be838db18af13390cb9f705d36ab83396d2dd1e6 (patch) | |
tree | b79ae242205607374132f3f9463c35783485d67e /wscript | |
parent | d9239872c71d117f78ce6c109cd9ab42e2d80c6b (diff) | |
download | pugl-be838db18af13390cb9f705d36ab83396d2dd1e6.tar.gz pugl-be838db18af13390cb9f705d36ab83396d2dd1e6.tar.bz2 pugl-be838db18af13390cb9f705d36ab83396d2dd1e6.zip |
Remove redisplay flag and add puglPostRedisplayRect()
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -220,6 +220,7 @@ def build(bld): platform = 'x11' build_platform('x11', lib=['X11'], + uselib=['M'], source=lib_source + ['pugl/detail/x11.c']) if bld.is_defined('HAVE_GL'): |