diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /krandr/libkrandr.h | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krandr/libkrandr.h')
-rw-r--r-- | krandr/libkrandr.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/krandr/libkrandr.h b/krandr/libkrandr.h index 4fab82e3d..ced69a68d 100644 --- a/krandr/libkrandr.h +++ b/krandr/libkrandr.h @@ -101,14 +101,14 @@ class KRANDR_EXPORT KRandrSimpleAPI : public RandRDisplay void output_off(ScreenInfo *screen_info, OutputInfo *output); /** - * Automatically tqfinds the CRTC structure. + * Automatically finds the CRTC structure. */ - CrtcInfo* auto_tqfind_crtc (ScreenInfo *screen_info, OutputInfo *output_info); + CrtcInfo* auto_find_crtc (ScreenInfo *screen_info, OutputInfo *output_info); /** * Finds a mode by XID. */ - XRRModeInfo *tqfind_mode_by_xid (ScreenInfo *screen_info, RRMode mode_id); + XRRModeInfo *find_mode_by_xid (ScreenInfo *screen_info, RRMode mode_id); /** * Returns specified mode height in pixels. @@ -138,12 +138,12 @@ class KRANDR_EXPORT KRandrSimpleAPI : public RandRDisplay /** * Applies specified CRTC. */ - tqStatus crtc_apply (CrtcInfo *crtc_info); + Status crtc_apply (CrtcInfo *crtc_info); /** * Disables specificed CRTC */ - tqStatus crtc_disable (CrtcInfo *crtc); + Status crtc_disable (CrtcInfo *crtc); /** * Applies all previously configured settings to the specified screen. @@ -183,15 +183,15 @@ extern "C" { // KRANDR_EXPORT int set_screen_size (ScreenInfo *screen_info); // KRANDR_EXPORT void output_auto (ScreenInfo *screen_info, OutputInfo *output_info); // KRANDR_EXPORT void output_off(ScreenInfo *screen_info, OutputInfo *output); -// KRANDR_EXPORT CrtcInfo* auto_tqfind_crtc (ScreenInfo *screen_info, OutputInfo *output_info); -// KRANDR_EXPORT XRRModeInfo *tqfind_mode_by_xid (ScreenInfo *screen_info, RRMode mode_id); +// KRANDR_EXPORT CrtcInfo* auto_find_crtc (ScreenInfo *screen_info, OutputInfo *output_info); +// KRANDR_EXPORT XRRModeInfo *find_mode_by_xid (ScreenInfo *screen_info, RRMode mode_id); // KRANDR_EXPORT int mode_height (XRRModeInfo *mode_info, Rotation rotation); // KRANDR_EXPORT int mode_width (XRRModeInfo *mode_info, Rotation rotation); // KRANDR_EXPORT int get_width_by_output_id (ScreenInfo *screen_info, RROutput output_id); // KRANDR_EXPORT int get_height_by_output_id (ScreenInfo *screen_info, RROutput output_id); // KRANDR_EXPORT char *get_output_name (ScreenInfo *screen_info, RROutput id); -// KRANDR_EXPORT tqStatus crtc_apply (CrtcInfo *crtc_info); -// KRANDR_EXPORT tqStatus crtc_disable (CrtcInfo *crtc); +// KRANDR_EXPORT Status crtc_apply (CrtcInfo *crtc_info); +// KRANDR_EXPORT Status crtc_disable (CrtcInfo *crtc); // KRANDR_EXPORT int main_low_apply (ScreenInfo *screen_info); // KRANDR_EXPORT bool kRandrHasRandr(); |