diff options
author | jsorg71 <jsorg71> | 2006-07-15 15:52:53 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2006-07-15 15:52:53 +0000 |
commit | 63b03920ee2634bf23810748a1a3845d0ba9d9c6 (patch) | |
tree | 2caf6f50e903b63e0f3f32b6ea64cefbc8914729 /uirdesktop/uimain.h | |
parent | fda836169ea105f8a7ccc7632500eac6839467c5 (diff) | |
download | xrdp-proprietary-63b03920ee2634bf23810748a1a3845d0ba9d9c6.tar.gz xrdp-proprietary-63b03920ee2634bf23810748a1a3845d0ba9d9c6.zip |
direct fb work
Diffstat (limited to 'uirdesktop/uimain.h')
-rwxr-xr-x | uirdesktop/uimain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uirdesktop/uimain.h b/uirdesktop/uimain.h index 4f2f46c0..3b93668d 100755 --- a/uirdesktop/uimain.h +++ b/uirdesktop/uimain.h @@ -21,6 +21,8 @@ /* in uimain.c */ int ui_main(void); +int +ui_lib_main(void); void ui_invalidate(int x, int y, int cx, int cy); int |