Changeset 21218 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/autoresize.cpp
- Timestamp:
- Jul 5, 2009 1:31:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/autoresize.cpp
r18994 r21218 30 30 31 31 #include <iprt/assert.h> 32 #include <iprt/err.h> 32 33 #include <iprt/thread.h> 33 34 #include <VBox/log.h> 34 35 #include <VBox/VBoxGuest.h> 36 #include <VBox/VBoxGuestLib.h> 35 37 36 38 #include "VBoxClient.h" … … 38 40 static int initAutoResize() 39 41 { 40 int rc = VINF_SUCCESS, rcSystem, rcErrno; 42 int rc = VINF_SUCCESS; 43 int rcSystem, rcErrno; 41 44 42 45 LogFlowFunc(("\n"));
Note:
See TracChangeset
for help on using the changeset viewer.