summaryrefslogtreecommitdiff
path: root/xkill.c
AgeCommit message (Collapse)AuthorFilesLines
2014-04-09Imported Upstream version 1.0.4upstream/1.0.4upstreamChangyeon Lee1-3/+3
2013-09-03Add -version option to print versionAlan Coopersmith1-0/+8
Change-Id: I9b4703c54ddefb2011f321bf0e159a60f94e2b97 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-03Mark static string in verify_okay_to_kill as constAlan Coopersmith1-1/+1
Fixes gcc warning: xkill.c: In function ‘verify_okay_to_kill’: xkill.c:371:24: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default] Change-Id: Ie5bd3c46b7af2b4857c76de5a631480c4460301d Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-03Mark msg argument to get_window_id as const, since it's just printed outAlan Coopersmith1-2/+2
Change-Id: I7f4d7c5bde62023b464a13a67cd3e04c2dbff284 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-03Use strtoul instead of open coding it with sscanfAlan Coopersmith1-17/+6
Change-Id: I0a3318a09d3766996cdd6e2e8ba0bbb5f972bcc2 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-03Mark Exit() and usage() as _X_NORETURNAlan Coopersmith1-2/+2
Change-Id: I34ed29c32dfd93ca7ae0d95b01e0c9e474b9832a Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-03Get rid of dpy global so we don't get shadow warnings from every functionAlan Coopersmith1-11/+11
Change-Id: I5fb57ede19f401cc9c7694c96acc98493883f557 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-03remove unused variable cppAlan Coopersmith1-1/+0
Accidentally left behind by ea276533fbc9 Change-Id: If1c7e2088c3aa24f22ed17bc979d414757fd00c6 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-03Simplify options list for usage from array to constant stringAlan Coopersmith1-14/+10
Change-Id: I8401328f520b80be7d4552a7d6ca850f33bca24d Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-03Purge cvs tags.Jesse Adkins1-2/+0
Change-Id: If02bd38d5c24154d2db8ba5c059743004f72e590 Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
2013-09-03Correct make distcheck and sparse warnings.Paulo Cesar Pereira de Andrade1-5/+4
Change-Id: I1b424afd4a6c71b958e37de0c2935989dd0c3659
2013-09-02Made handling of DevelDrivers for x86-64 more conformant to other platforms. ↵Egbert Eich1-1/+1
Compress all font encodings (Stefan Dirsch). Fixed warnings. Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and Root mode (bugzilla #1580, James Su). Added another compose key combination for the Euro symbol (Stefan Dirsch). Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian). Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian). This is the encoding that is also used by glibc. We may break other libcs - lets see who complains. Added explanation for DESTDIR to install to a different directory than /. Added some early bailouts to atiprobe if PCI structure pointer is NULL to prevent sig11. XV support doesn't depend on 2D acceleration any more. This patch removes this limitation from the NSC driver. This is a patch that I have committed to XFree86 a while ago but never ported over to X.Org. Matthieu Herrb contributed some build fixes. Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate timer. This takes advantage of the fact that TimerSet() with a timeout argument 0 behaves like TimerCanel(). Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink). Create missing links for backward compatibility to XFree86 (Stefan Dirsch). Changed comment to mention xorg. Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If you don't like it we can change it back (original author unkown). Added 'pic' to the man page rendering command pipeline (Werner Fink). Added missing return value (Stefan Dirsch, Roland Mainz) Change-Id: I4c1ffd7680d6b5691739c4791c571a6cdfccf066
2013-09-02Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
Change-Id: I8bf4e7308f597f6be315f7d6efa8ff25705e8766
2013-09-02Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich1-1/+1
Change-Id: Ifd8cf9a3f44bd444d7ce118b99746e9ee76b188a
2013-09-02Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich1-1/+1
Change-Id: I1928e35735b436baee6cdc46f983416aaf160959
2013-09-02readding XFree86's cvs IDsEgbert Eich1-1/+1
Change-Id: Ic53fb581e970e2b6d058beae1db303b5af6dcab8
2013-09-02Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
Change-Id: I53fa4cff407d817ca44dde9c714f4b50292ef424
2013-09-02XFree86 4.3.0.1Kaleb Keithley1-35/+35
Change-Id: Ibd38fdd5c7128f8dc540c10948ea7d4cb2aba63c
2013-09-02R6.6 is the Xorg base-lineKaleb Keithley1-0/+447
Change-Id: I02b3a52e3a478888bb45d1f8e3c2780a4e3e7810