Changeset 12926 in vbox for trunk/src/VBox/Additions/x11/xmouse
- Timestamp:
- Oct 2, 2008 10:30:43 AM (16 years ago)
- Location:
- trunk/src/VBox/Additions/x11/xmouse
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xmouse/xorg14/mouse.c
r9709 r12926 3224 3224 # define AP_DBGC(x) ErrorF x ; 3225 3225 # else 3226 # define AP_DBG(x) 3227 # define AP_DBGC(x) 3226 # define AP_DBG(x) do {} while (0) 3227 # define AP_DBGC(x) do {} while (0) 3228 3228 #endif 3229 3229 -
trunk/src/VBox/Additions/x11/xmouse/xorg70/mouse.c
r8155 r12926 3189 3189 # define AP_DBGC(x) ErrorF x ; 3190 3190 # else 3191 # define AP_DBG(x) 3192 # define AP_DBGC(x) 3191 # define AP_DBG(x) do {} while (0) 3192 # define AP_DBGC(x) do {} while (0) 3193 3193 #endif 3194 3194 -
trunk/src/VBox/Additions/x11/xmouse/xorg71/mouse.c
r8155 r12926 3201 3201 # define AP_DBGC(x) ErrorF x ; 3202 3202 # else 3203 # define AP_DBG(x) 3204 # define AP_DBGC(x) 3203 # define AP_DBG(x) do {} while (0) 3204 # define AP_DBGC(x) do {} while (0) 3205 3205 #endif 3206 3206
Note:
See TracChangeset
for help on using the changeset viewer.