diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-27 15:20:47 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-27 15:42:35 +0100 |
commit | b98c9ce86e9f58801d0587c16bc392c7ac228cc5 (patch) | |
tree | 8910f892969f6904a76c92c69dc033363e7339aa /src | |
parent | 002d9e15c32bbf9ae7ee4d8471fa753cc28cd65a (diff) | |
download | pluggit-b98c9ce86e9f58801d0587c16bc392c7ac228cc5.tar.gz pluggit-b98c9ce86e9f58801d0587c16bc392c7ac228cc5.tar.bz2 pluggit-b98c9ce86e9f58801d0587c16bc392c7ac228cc5.zip |
SourceX11: Add MainLoop stub
Diffstat (limited to 'src')
-rw-r--r-- | src/SourceX11.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SourceX11.cxx b/src/SourceX11.cxx index 51073f4..eaa347d 100644 --- a/src/SourceX11.cxx +++ b/src/SourceX11.cxx @@ -526,6 +526,9 @@ class SourceX11 extends Source, Runnable return win; } + public virtual int MainLoop() { + return 0; + } }; |